Skip to content

Instantly share code, notes, and snippets.

Created July 3, 2010 02:16
Show Gist options
  • Save anonymous/462219 to your computer and use it in GitHub Desktop.
Save anonymous/462219 to your computer and use it in GitHub Desktop.
let $map := map:map()
let $_ := (map:put($map, "name1", "value1"),
map:put($map, "name2", "value2"))
xdmp:xslt-invoke("hello.xsl", doc("input.xml"), $map)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment