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=13651>. 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=13651 Problem with -XSL command-line option - java.net.MalformedURLException: no protocol [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[EMAIL PROTECTED] Status|RESOLVED |REOPENED Resolution|DUPLICATE | ------- Additional Comments From [EMAIL PROTECTED] 2002-10-22 14:41 ------- Actually, this is different from bug 12305, and *is* a bug in Xalan. I tried what's described in [1], and when the method "org.apache.xalan.processor.TransformerFactoryImpl.newTemplates" calls "reader.parse(isource);", the system ID in isource is "c:\my files\test.xsl". But the system ID is required to be a URI, and "c:\..." is definitely not a URI. So Xalan might want to convert the file path to a URI before handing it to Xerces. [1] http://marc.theaimsgroup.com/?l=xalan-j-users&m=103366169309363&w=2
