Skip to content

Instantly share code, notes, and snippets.

@marianogonzalez
Created November 3, 2014 16:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save marianogonzalez/bc497b84ac8f8b0d2fc1 to your computer and use it in GitHub Desktop.
Save marianogonzalez/bc497b84ac8f8b0d2fc1 to your computer and use it in GitHub Desktop.
<mulexml:namespace-manager includeConfigNamespaces="true">
<mulexml:namespace prefix="soap" uri="http://schemas.xmlsoap.org/soap/envelope/"/>
<mulexml:namespace prefix="mule" uri="http://simple.component.mule.org/"/>
</mulexml:namespace-manager>
<flow name="xpathWithNamespace">
<expression-transformer expression="xpath3('/soap:Envelope/soap:Body/mule:echo/mule:echo')" />
</flow>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment