Well, it would if the SGML CDATA element idea actually worked. But it
doesn't, because the contents of a CDATA element are terminated by
any <, or is it </, I forget at the moment, but anyhow, you can't,
in practical terms, use CDATA elements for anything useful. If you
could, they'd be in XML.
For now, stick with <![CDATA[ ... ]]> - anybody who can't implement
this properly is a bozo. -T.