You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by John Gentilin <jo...@eyecatching.com> on 2001/03/20 19:31:53 UTC

Behavior change in xslt.Process (Possible Bug)

Yesterday I download a new copy of Xalan form CVS.
While testing my scripts, I noticed a change in behavior.
If both scripts are not in the same directory, you will get
an error about an invalid SystemID and the file of the
XSL file is reported as the concatenation XML Directory
and the XSL Directory. For example:

If you have an XSL file in /home/foo and your current
directory is /home/foo and your XML file is in /tmp
With a command line of:

java org.apache.xalan.xslt.Process -IN /tmp/data.xml -XSL style.xsl

You will get

Invalid SystemID
xsl file:////tmp/home/foo/style.xsl

Is this a bug or just a change in behavior ??

TIA
John G