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



At 02:28 PM 23/05/01 -0500, Eric Bohlman wrote:
>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 

Well, er

  <![CDATA[This is an example of how to send the ugly
  string "]]]]><![CDATA[>" down the wire using only CDATA
  section escaping.]]>

Not that it's pretty or anything. -T