[ http://issues.apache.org/jira/browse/XERCESC-1557?page=all ]
David Bertoni resolved XERCESC-1557:
------------------------------------
Resolution: Invalid
A system ID is intended to be a URL, and a legal URL cannot have a space in it.
I will update the documentation for the parse...() functions to make this
explicit. Currently, the documentation uses the term "path," which is
misleading at best.
If you want to use a file name, you can use a LocalFileInputSource and use the
parse member functions that accept an InputSource.
> SAXParser parseFirst(char*,XMLPScanToken&) can not handle spaces in the
> path/filename
> -------------------------------------------------------------------------------------
>
> Key: XERCESC-1557
> URL: http://issues.apache.org/jira/browse/XERCESC-1557
> Project: Xerces-C++
> Type: Bug
> Components: SAX/SAX2
> Versions: 2.7.0
> Environment: Windows 2000, Visual Studio 2003 .NET
> Reporter: Adam Lewis
>
> When calling parseFirst with a path or filename that contains spaces it is
> incorrectly parsed and throws an exception when it can't find the file.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]