[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: 3 basic XML questions on: non-determism, reserved symbols,and xml:lang
- From: Eric Bohlman <ebohlman@earthlink.net>
- To: Mike Brown <mike@skew.org>, "Roger L. Costello" <costello@mitre.org>
- Date: Wed, 23 May 2001 14:28:30 -0500
5/23/01 11:49:46 AM, Mike Brown <mike@skew.org> wrote:
>">" must be escaped when it follows "]]" and is character data, not markup
>indicating the end of a CDATA section. This is supposedly for (SGML?)
Nope. There's no way to escape a ">" in that situation, because CDATA sections aren't parsed for
entity references or character references. "]]>" in a CDATA section means character data
consisting of two left square brackets, an ampersand, the two letters "g" and "t", and a semicolon.