DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=22777>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=22777 Error resolving imports/includes with a baseURI of a full Windows path ------- Additional Comments From [EMAIL PROTECTED] 2003-09-02 19:05 ------- This is not a regression from 21893. According to Java API for XML Processing documentation this is a problem with org.apache.xalan.xslt.Process. The line stylesheet = tfactory.newTemplates(new StreamSource(xslFileName)) is incorrect. StreamSource should be constructed not from a file-name but from the corresponding URI.
