> The XSLT runs fine together with Saxon processor.
Then use the Saxon processor in ANT. I set the CLASSPATH to include the
saxon.jar file, then I set the value of the "processor" attribute to "trax" as
shown below.
<xslt
style="${xslt.dir}/@{stylesheet}"
in = "${xml.dir}/@{infile}"
out="${rpts.dir}/@{outfile}" processor="trax">
processor="trax"
--
Charles Knell
[email protected] - email
-----Original Message-----
From: Knuplesch, Juergen <[email protected]>
Sent: Mon, 9 Mar 2009 16:33:19 +0100
To: "Ant Users List" <[email protected]>
Subject: xslt Task
Hello,
we want to intergrate a xsl-Transformation into our Buildprocess. The XSLT runs
fine together with Saxon processor. Inside Ant it does not run.
Why cant Ants XSLT not understnad this XSLT?
What is a good solution?
Integrate saxon into Ant? How?
Greetings
Juergen
--
Jürgen Knuplesch
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]