I often use Apache Ant (a Java equivalent to "make") to control build processes involving XSLT transformations. However, with the standard Ant "xslt" task, it is not simple to call multiple XSLT engines during the same build (which is convenient for portability testing). So, I have produced a modified version of the "xslt" task, called "mtxslt" (multi-XSLT), which extends the standard task so that multiple Java XSLT engines can be used during a single build. A description and instructions are available at
http://mtxslt.sf.net/ All feedback would be very welcome. Cheers, Tony. ==== Anthony B. Coates, Information & Software Architect mailto:abcoates@;TheOffice.net MDDL Editor (Market Data Definition Language) http://www.mddl.org/ -- To unsubscribe, e-mail: <mailto:ant-user-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:ant-user-help@;jakarta.apache.org>