Re: [xml-dev] Ambiguities in section 4.3.2 of XML 1.0 SE

From
Perry A. Caro <>
To
Date
2003-08-12T01:19:04Z
ID
<>
Thread
Re: [xml-dev] Ambiguities in section 4.3.2 of XML 1.0 SE
"Perry A. Caro" wrote:
> Example: <!ENTITY cdend="]]>">
>          ...
>          <foo bar="&cdend;"/>

Doh!  I meant

<!ENTITY cdend "]]>">

Perry