Page 1 of 1

Nodeset Parameters for xsl debugger

Posted: Thu Sep 14, 2017 6:27 am
by kingtravel
Does anybody know how to set a parameter as a nodeset in the xslt debugger. I have code that executes a transformation (using msxml) and I pass various other xml documents as array based parameters to the transaformer engine. Is it possible to emulate this in oxygenxml xslt debugger?

Thanks in advance

Craig.

Re: Nodeset Parameters for xsl debugger

Posted: Thu Sep 14, 2017 12:22 pm
by Radu
Hi Craig,

If you are using for debugging the Saxon HE, PE or EE XSLT processors when you add a parameter in the user interface you can set its value to something like:

Code: Select all

saxon:parse('<a><b>test</b><c>test2</c></a>')
and check the "Evaluate as XPath" checkbox.

Regards,
Radu