Re: An incompatible CData idea

James Clark (jjc@jclark.com)
Tue, 28 Oct 1997 11:40:41 +0700


> Instead, you must use CDATA marked sections:
> <![ CDATA [ <contents> to </be> quoted ]]>

It has to be "<![CDATA[" (no whitespace).

> If you need the ]]> delimiter in the CDATA area, you must escape it via the use
> of entities.

Entities aren't recognized in CDATA sections.

James