Guest User

Untitled

a guest
May 22nd, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. let $map := map:map()
  2. xdmp:xslt-invoke("hello.xsl", doc("input.xml"),
  3. ($map, map:put($map, "name1", "value1"),
  4. map:put($map, "name2", "value2")))
Add Comment
Please, Sign In to add comment