If production rule 9 is: [9] EntityValue ::= '"' ([^%&"] | PEReference | Reference)* '"' | "'" ([^%&'] | PEReference | Reference)* "'" then if the regular expresion [^%&"] means any character except %, & and ", and in section 2.4 (Character Data and Markup), third paragraph, it says: The ampersand character (&) and ... They are also legal within the literal entity value of an internal entity declaration; ... then there is a posible minimum errata in production 9, as it should be expressed as: [9] EntityValue ::= '"' ([^%"] | PEReference | Reference)* '"' | "'" ([^%'] | PEReference | Reference)* "'" 5-March-1999 Javier G. Provost mailto:provost@sevillana.grupoendesa.comReceived on Friday, 5 March 1999 08:30:44 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Monday, 7 December 2009 10:59:29 GMT