Project

Profile

Help

Bug #6221 » bugData.xml

The source XML - Dimitre Novatchev, 2023-10-11 22:43

 
<t>
let $myMap := function() as map(*)
{
let $result := transform(
map {
"delivery-format" : "raw",
"stylesheet-location" : "file:///c:/Marrowsoft/Xselerator25/identity.xsl",
"source-node": doc("file:///c:/Marrowsoft/Xselerator25/identity.xsl"),
"template-params": map{QName("", "pFilePaths"): "file:///c:/somePath"}
}
)
return $result
}
return
$myMap()
</t>
(3-3/5)