Skip to content

Instantly share code, notes, and snippets.

@eedeebee
Forked from anonymous/gist:462227
Created November 2, 2010 00:19
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 eedeebee/659105 to your computer and use it in GitHub Desktop.
Save eedeebee/659105 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