When trying to validate a DTD that include this package the validation compains of an error for "&&". It looks like the following two definitions are not correct: <!ENTITY lt "&<" ><!-- less-than sign, U+003C ISOnum --> <!ENTITY amp "&&" ><!-- ampersand, U+0026 ISOnum --> making a local copy of this file and changing these declarations to the following corrects the validation errors: <!ENTITY lt "&#60;" ><!-- less-than sign, U+003C ISOnum --> <!ENTITY amp "&#38;" ><!-- ampersand, U+0026 ISOnum -->Received on Thursday, 17 May 2001 16:02:39 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Tuesday, 27 October 2009 08:27:43 GMT