Hi,

If a DTD for instance is specified in an XML document like below

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE test SYSTEM "t��t.dtd">
<test/>

then Xerces will give an error like
MalformedURLException-no protocol: t��t.dtd

This is because the fixURI method in the XMLEntityManager deals only with spaces converting them to %20 but not with non ASCII characters.

Do you consider this a bug?

Thanks,
George
---------------------------------------------------------------------
George Cristian Bina
<oXygen/> XML Editor, Schema Editor and XSLT Editor/Debugger
http://www.oxygenxml.com

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



Reply via email to