Page 1 of 1

Passing xslt parameters from outside for transformation

Posted: Wed Apr 03, 2013 2:17 pm
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?

Re: Passing xslt parameters from outside for transformation

Posted: Wed Apr 03, 2013 2:43 pm
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

Re: Passing xslt parameters from outside for transformation

Posted: Tue Apr 09, 2013 11:53 am
by DWIns
Thanks a lot for your help. In the moment, I don't have any further questions.