Page 1 of 1

xslt param usage

Posted: Mon Jun 09, 2008 7:58 pm
by KermitTensmeyer
this maybe a faq (I didn't find it in a search)

I've used Transformation Options where I have specified values for given transformation parameters (

Code: Select all

xfile=/full/path/file.name
)

I'd like to run the same transformation with a fixed XML file, but I want to change the param value on each run. Is there a method to run a dialog on each run asking for the value for a given param? is it a special editor variable syntax.

or have I overlooked something very obvious (again)


Kermit Tensmeyer

Re: xslt param usage

Posted: Tue Jun 10, 2008 10:55 am
by george
Dear Kermit,

No, there is no such support but I will log this as a feature request.
What you can do however is to define more transformation scenarios (one for each parameter value) and invoke them. Another possibility is to use an Ant script to perform the transformations and call that from within oXygen using the external tools support. For details about external tools and an example with integrating Ant as an external tool please see
http://www.oxygenxml.com/doc/ug-oxygen/ ... tools.html

Best Regards,
George