EclipseXSLT - XSLT Support for Eclipse » Usage » Launch Configuration » XSLT Launch Configuration Dialog | ||
XSLT Stylesheet Parameter Tab | Using XSLT Processor Extensions |
XSLT post processing allows you to automatically execute an Apache Ant build file after the transformation.
The dialog lets you choose an Apache Ant build file which will be started in the working directory.
XSLT post processing in action
The Apache Ant build process ist executed with the same configuration as the transformation which means that the choosen XSLT transformer classpath and all additional configured classpath entries are applied to the Apache Ant process.
The example below is a working post processing Apache Ant build file which transforms all generated XML-FO files into pdf's.
|