RE: error report REC-xml-19980210

You wrote:
> I think that production 9 is wrong with the inner quotation mark:
>
> current:
> [9] EntityValue ::= '"' ([^%&"] | PEReference | Reference)* '"'

This is correct.  What it says is that if you use " to delimit the string,
then " must not appear inside (use an entity ref or character ref instead).
Same, mutatis mutandis, if ' is used as the delimiter.

--
François Yergeau

Received on Saturday, 27 May 2000 22:16:26 UTC