xslt param usage

Oxygen general issues.
KermitTensmeyer
Posts: 7
Joined: Sat Mar 08, 2008 12:03 am

xslt param usage

Post 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
george
Site Admin
Posts: 2095
Joined: Thu Jan 09, 2003 2:58 pm

Re: xslt param usage

Post 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
George Cristian Bina
Post Reply