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 ------- Additional Comments From [EMAIL PROTECTED] 2002-10-16 12:02 ------- As per XML1.0 spec. the System Identifier should be valid URI Reference. XML parser throws the exception if system identifier is not the valid URI Reference. Its required to prefix the the filename with "file:///" to convert it into the valid URIReference. So,the exception is perfectly legal.
