Skip to content

Instantly share code, notes, and snippets.

@marianogonzalez
Created November 3, 2014 14:50
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/77675aceaba492a5cde1 to your computer and use it in GitHub Desktop.
Save marianogonzalez/77675aceaba492a5cde1 to your computer and use it in GitHub Desktop.
<mxml:xquery-transformer>
<mxml:xquery-text>
<![CDATA[
xquery version "3.0";
declare variable $document external;
let $x := "Hello"
return
try {
$x cast as xs:integer
} catch * {
<error>Caught error {$err:code}: {$err:description}</error>
}
]]>
</mxml:xquery-text>
</mxml:xquery-transformer>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment