sadly i need sgml not html. running the script with saxon on a command
line is fine

ie java -cp saxon.jar:.:SGMLEmitter.jar icl.org.saxon.StyleSheet xslt
input out

(sorry haven't got the line at hand but its close enough) but now i want
to invoke it from ant's xslt task and the doc seems to say the callpath
att is for the xslt proc - fine - but the proc ie saxon.jar can't find
SGMLEmitter.jar - hence problem.

I guess it's possible Saxon attempts to load the class from the system
classloader, instead of the context classloader, or the classloader
that loaded Saxon itself.

In this case, try setting the CLASSPATH env. var to include
SGMLEmitter.jar before invoking Ant. If this does indeed solve your
issue, please inform Mr. Kay, so that he may attempt to load custom
emitters in a more Ant-friendly fashion.

Thanks, --DD

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to