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 Summary: filenames with embedded spaces in schemaLocation strings not handled properly Product: Xerces-C++ Version: Nightly build (please specify the date) Platform: PC OS/Version: Windows NT/2K Status: NEW Severity: Blocker Priority: Other Component: Validating Parser (Schema) (Xerces 1.5 or up only) AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] If I call the DOMParser's setExternalSchemaLocation() method with a schemaLocation string like this: "http://www.fred.com "c:/program files/fred/fred.xsd"" the parser interprets the space character in the schema file pathname as a delimiter. This results in the schemaLocation vector containing 3 entries at line 1441 of XMLScanner2.cpp (XMLScanner::parseSchemaLocation()), generating an error. I am encountering this with the nightly build from the morning of 2 April 2002. There is no workaround except to move one's schemas to a location that can be specified without any spaces in the pathname. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
