Re: IDN test, another potential validator bug

Frank Ellermann wrote:

> I'm not exactly sure about this issue

Meanwhile I'm sure that an unencoded UTF-8 IRI isn't permitted in a system identifier:

http://hmdmhdfmhdjmzdtjmzdtzktdkztdjz.googlepages.com/IDN-IRI-test.htm
is identified as invalid.  It uses
SYSTEM "http://испытание.boldlygoingnowhere.org/xhtml1-i18n.dtd"

| cannot generate system identifier for document type "html".

Perfect.  What I really wanted was this:

http://hmdmhdfmhdjmzdtjmzdtzktdkztdjz.googlepages.com/IDN-XML-test.htm
is identified as invalid.  It uses
SYSTEM "http://%D0%B8%D1%81%D0%BF%D1%8B%D1%82%D0%B0%D0%BD%D0%B8%D0%B5.boldlygoingnowhere.org/xhtml1-i18n.dtd"

| Line 2, Column 124: host 
| "%D0%B8%D1%81%D0%BF%D1%8B%D1%82%D0%B0%D0%BD%D0%B8%D0%B5.boldlygoingnowhere.org"
| not found.

It's no host, no URI, and no IRI, I think it's an XML 1.0 (3rd ed. or 4th ed.) "system identifier".

 Frank

Received on Thursday, 1 November 2007 13:22:09 UTC