Passing xslt parameters from outside for transformation

Here should go questions about transforming XML with XSLT and FOP.
DWIns
Posts: 2
Joined: Wed Apr 03, 2013 2:05 pm

Passing xslt parameters from outside for transformation

Post by DWIns »

I have an xsl file that shall be transformed into an xml file. For this transformation, the xsl file shall receive a parameter from outside.
Is it possible to pass xslt parameters to the transformation session?
adrian
Posts: 2883
Joined: Tue May 17, 2005 4:01 pm

Re: Passing xslt parameters from outside for transformation

Post by adrian »

Hi,

In Oxygen you can pass parameters to an XSLT transformation in the transformation scenario editing dialog: Document -> Transformation -> "Configure Transformation Scenario(s)", Edit, press the Parameters button and edit (or add) the XSLT parameters there:
Oxygen User Manual - XSLT Stylesheet Parameters

Let me know if you need additional assistance.

Regards,
Adrian
Adrian Buza
<oXygen/> XML Editor, Schema Editor and XSLT Editor/Debugger
http://www.oxygenxml.com
DWIns
Posts: 2
Joined: Wed Apr 03, 2013 2:05 pm

Re: Passing xslt parameters from outside for transformation

Post by DWIns »

Thanks a lot for your help. In the moment, I don't have any further questions.
Post Reply