Subject:Is it possible to use/invoke Transformiix in Stylus Studio? Author:(Deleted User) Date:23 Nov 2005 01:34 PM
Daniel,
You will need the standalone module: Transformiix.exe
In your .xslt scenario, select the processor tab and from the
drop down list, take the last choice: "custom".
Now, you will see 3 fields Command Line:, Path: and Classpath: which you can fillin as needed. In your command line template, use %1 to represent the name of the .xml input file, %2 to represent the name of the input .xslt file, and %3 to represent the name of the output file.
I believe the syntax will be something like this:
transformiix.exe -i %1 -s %2 -o %3