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=12257>. 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=12257 Does not load schema, if path of XML has spaces ------- Additional Comments From [EMAIL PROTECTED] 2002-09-04 03:24 ------- This is more a JAXP bug than Xerces. In the method javax.xml.parsers.DocumentBuilder#parse(File) the absolute path is retrieved from the File object to be used as a URI. But before the URI is used to create an InputSource, some special characters need to be escaped. For example, use "%20" to replace ' '. Please refer to bug [11464] for more information. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=11464 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
