From: Eric Muller (emuller@adobe.com)
Date: Tue Jul 12 2005 - 23:49:53 CDT
Doug Ewell wrote:
>HTML and XML require you to use the entities & and < even in a
>UTF-8-encoded file.
>
XML does not require that in a CDATA section: "<![CDATA[x<y]]>" is a
fine way to serialize the character content "x<y". Another fine point is
that the character content ">" can be serialized as ">" or ">" in
general, but must be serialized as ">" when it follows "]]" in a
CDATA section (because ]]> marks the end of a CDATA section).
Eric.
This archive was generated by hypermail 2.1.5 : Tue Jul 12 2005 - 23:50:51 CDT