- From: Jens Quade <jq@jquade.de>
- Date: 17 Oct 2001 15:20:56 +0200
- To: www-html-editor@w3.org
Hi, I just want you to note that the DTD fragment (ISO special entities for XHTML Modularization) contains two lines that may create broken XML if entity replacement is applied on XHTML-1.1 documents: <!-- C0 Controls and Basic Latin --> <!ENTITY lt "&<" ><!-- less-than sign, U+003C ISOnum --> <!ENTITY gt ">" ><!-- greater-than sign, U+003E ISOnum --> <!ENTITY amp "&&" ><!-- ampersand, U+0026 ISOnum --> < will be replaced by &< instead of < & will be replaced by && instead of & Will this bug be fixed "in-place", or should I overwrite the corresponding entity in my DTDs with another version of the file? regards, jens
Received on Wednesday, 17 October 2001 10:01:03 UTC