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, jensReceived on Wednesday, 17 October 2001 10:01:03 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Tuesday, 27 March 2012 18:17:10 GMT