Skip to content

Instantly share code, notes, and snippets.

@dustinschultz
Created June 3, 2013 16:04
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 dustinschultz/5699209 to your computer and use it in GitHub Desktop.
Save dustinschultz/5699209 to your computer and use it in GitHub Desktop.
xquery version "1.0";
let $message := 'Hello World!'
return
<results>
<message>{fn:trace($message, '$message is: ')}</message>
</results>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment