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-25 20:22 ------- I agree that it is mostly a Xalan problem. Xalan's SystemIDResolver class does not always convert a local path to a valid URI. Xerces also checks for local filenames and converts them to URI form. Xalan currently relies on Xerces to do the local path -> URI conversion. The algorithm used by Xerces falls short when the name contains whitespaces. The SystemIDResolver class is currently causing other problems (see bug 13977). If we rework the interfaces in this class, we can fix these problems all at once.
