Hello,

Using Xalan/Xerces I tried to transform a file with a name that included an "e" with accent. Your mailer might show it:
f��bad.xml



The command line call (using Mac OS-X copy/paste which converts the characters to octal constants) looks like this:
mark$ ./Xalan -o foo.out fe\314\201e\314\201bad.xml foo.xsl


And it results in this error:
Fatal Error at (unknown file , line 0 , column {null} ): An exception occurred! Type:RuntimeException,
Message:The primary document entity could not be opened. Id=f��bad.xml
SAXParseException: An exception occurred! Type:RuntimeException,
Message:The primary document entity could not be opened. Id=f��bad.xml (, line 0, column 0)


Is this a known bug? Is there a work-around?

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to