
3 Sep
2009
3 Sep
'09
8:52 a.m.
Good morning! I need to pass some parameters to a stylesheet. I can do that on the command line, but it would be very handy to do in oXygen's XSLT debugger. Is it possible to do that? $ java -jar saxon9.jar lang=en,fr,pt file.xml stylesheet.xsl > output.xml My stylesheet contains the line <xsl:param name="lang" /> It would be also fine, for testing purposes, to include already in the stylesheet or the input xml file. Thanks a lot! Manuel