Nodeset Parameters for xsl debugger

Here should go questions about transforming XML with XSLT and FOP.
kingtravel
Posts: 1
Joined: Thu Sep 14, 2017 6:24 am

Nodeset Parameters for xsl debugger

Post 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.
Radu
Posts: 9049
Joined: Fri Jul 09, 2004 5:18 pm

Re: Nodeset Parameters for xsl debugger

Post 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
Radu Coravu
<oXygen/> XML Editor
http://www.oxygenxml.com
Post Reply