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:
Subscribe to:
Post Comments (Atom)
Blog Archive
-
►
2011
(35)
-
►
June
(6)
- MarkLogic/XCC: Copying a Module with User Content ...
- MarkLogic: clearing a forest in a database program...
- MarkLogic: Enabling debug options when using the S...
- Linux: SCP syntax and structure note
- MarkLogic/XCC: Installing Modules Programatically
- Eclipse: Installing XQDT (and DLTK) on Eclipse Ind...
-
►
June
(6)
-
►
2010
(43)
-
►
September
(7)
- MarkLogic: Creating Multiple Range Element Indexes...
- MarkLogic: Listing all Collections in a Database
- MarkLogic: Basic Database Cloning Script
- MarkLogic: Estimating the number of documents cont...
- MarkLogic: Search: Compound OR Queries
- MarkLogic: XQuery: Check for the presence of an el...
- MarkLogic: XQuery: Type Validation using xsi:type
-
►
September
(7)
1 comments:
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