I found this article whilst searching for a way to get Saxon 9 to step in and take control of xslt transforms inside Ant tasks:
http://www.saxonica.com/documentation/using-xsl/xsltfromant.html
The method outlined by Michael Kay looked like it was written for the commercial version of Saxon (SA).
Here's what I did to get Saxon 9B (the sourceforge edition) to work inside an ant task:
1 comment:
You might be interested in the eclipse XSL Tooling project which aims to add XSL support to the eclipse web tools project.
http://www.eclipse.org/webtools/incubator
Post a Comment