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 <ge...@eyecatching.com> on 2002/11/06 19:04:17 UTC

XalanJ-2.4.1 breaks old StreamSource

When using the StreamSource(String p0) method, Xalan
does not seem to support absolute path information now.
This is different since CVS from a month ago.

i.e.
dir\dir\dir\file.xsl (works)
..\..\dir\file.xsl (works)

c:\Documents and Settings\gentijo\Projects\dir\dir\file.xsl
 Unknown protocol c

file:\\\c:\Documents and Settings\gentijo\Projects\dir\dir\file.xsl
 truncates the path info somewhere around 80 chars in. i.e you
 may only get

file:\\\c:\Documents and Settings\gentijo\Projects\dir\dir\
 File not found

Not sure what is really correct, but it does break earlier
implementations.

Regards
John G