Skip to content

Instantly share code, notes, and snippets.

@eedeebee
Forked from anonymous/gist:462219
Created November 2, 2010 00:16
Show Gist options
  • Save eedeebee/659095 to your computer and use it in GitHub Desktop.
Save eedeebee/659095 to your computer and use it in GitHub Desktop.
invoking xslt
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