OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

[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



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.  "]]&gt;" in a CDATA section means character data 
consisting of two left square brackets, an ampersand, the two letters "g" and "t", and a semicolon.