Skip to content

Instantly share code, notes, and snippets.

Created July 3, 2010 02:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save anonymous/462227 to your computer and use it in GitHub Desktop.
Save anonymous/462227 to your computer and use it in GitHub Desktop.
xdmp:xslt-invoke("hello.xsl", doc("input.xml"),
map:map(
<map:map xmlns:map="http://marklogic.com/xdmp/map">
<map:entry>
<map:key>name1</map:key>
<map:value>value1</map:value>
</map:entry>
<map:entry>
<map:key>name2</map:key>
<map:value>value2</map:value>
</map:entry>
</map:map>))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment