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=7698>. 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=7698 filenames with embedded spaces in schemaLocation strings not handled properly ------- Additional Comments From [EMAIL PROTECTED] 2002-05-15 18:31 ------- We reported this same bug in Xerces/J (bug 8786), and received a response noting that spaces are not allowed in URIs, and that paths with spaces in them should not be enclosed in quotes, but should have any space characters escaped as %20. This works with Xerces/J, but not with Xerces/C++. Repeat the test case documented in the original statement of the bug, but remove the quotes around the schema file path and escape the space character, resulting an the schemaLocation string: "http://www.fred.com c:/program%20files/fred/fred.xsd" The parser then cannot find the file specified even though it exists at the indicated location. The exception generated contains the message: "The primary document entity could not be opened. Id=c:/program% 20files/fred/Fred.xsd" --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
