Mary Milne wrote:
hi
i'm trying to run the <xslt> task using saxon.jar - that bits fine ie
<xslt classpath="${lib}/saxon.jar"..................
the problem is the xslt script has an extension to make the output SGML ie
<xsl:output method="my.sgml.jar".............
This is not valid.
Why not just use method="html" with whatever? Also just set
doctype-public and doctype-system to your particular values.
best,
-Rob
so the question is: how do i pass the location of this jar file to saxon?
i've tried:
1. adding it to the classpath <xslt
classpath="${lib}/saxon.jar:${lib}/SGMLEmitter.jar"
2. adding a <classpath> element to <xslt>
3. adding it to the ant/lib along with saxon.jar
but.... nothing worked. any ideas greatly appreciated.
cheers mary
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]