Section 2.3 Production 9 contains the character sets [^%&"] and [^%&'], which are ill-defined since the universal character set is ambiguous. These sets should presumably be replaced by (Char - [%&"]) and (Char - [%&']), respectively. Production 10 contains the character sets [^<&"] and [^<&'], which are ill-defined since the universal character set is ambiguous. These sets should presumably be replaced by (Char - [<&"]) and (Char - [<&']), respectively. Production 11 contains the character sets [^"] and [^'], which are ill-defined since the universal character set is ambiguous. These sets should presumably be replaced by (Char - '"') and (Char - "'"), respectively. Section 2.4 Production 14 contains the character set [^<&], which is ill-defined since the universal character set is ambiguous. This set should presumably be replaced by (Char - [<&]). Section 3.2.1 Production 48 does not allow for parameter entity references. Section 3.2.2 Production 51 does not allow for parameter entity referencesReceived on Thursday, 1 June 2000 23:12:28 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Thursday, 30 April 2009 12:12:40 GMT