You are viewing a plain text version of this content. The canonical link for it is here.
Posted to j-dev@xerces.apache.org by George Cristian Bina <ge...@sync.ro> on 2005/02/17 11:01:20 UTC

relative locations containing non ASCII characters

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: xerces-j-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-j-dev-help@xml.apache.org