You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-users@xerces.apache.org by Kathiresan Nellayappan <ka...@cadence.com> on 2008/11/17 18:10:23 UTC

Problem with paths containing '#'

Hi,

I came across an earlier posting in this list about xerces having
problems with paths containing '#'. I am running into the exact same
problem on unix. I am using xerces 2.7.0 version. 

For example, I have an xml file path:

/my#path/myfile.xml

When I use this path as input to XalanTransform, I get the following
exception message:

Fatal Error.Occurred at unknown file, line 0, column 0. An exception
occurred! Type:XMLPlatformException, Message:Could not read data from
file
Error: SAXParseException: An exception occurred!
Type:XMLPlatformException, Message:Could not read data from file (, line
0, column 0)

Any thoughts on how to resolve this issue? Please let me know.

-Kat Nellayappan.