On Tue, 15 Feb 2005 17:55:12 -0000, "Michael Kay" <mike(_at_)saxonica(_dot_)com>
said:
Your code is fine.
I forgot common mistake number 4: running the transformation using the
-jar
option. This ignores the setting of the classpath. Run it using java
net.sf.saxon.Transform and all will probably be well.
Aha! I was using the -jar method but switching over to
net.sf.saxon.Transform has fixed it.
Thanks very much for your help.
Richard.
--~------------------------------------------------------------------
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--