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
