Why can an element's mixed content only be declared as PCDATA, not CDATA?
There are many times when the content for an element may need to be cordoned
off in a CDATA section, but it is inconvenient (and ugly) to force it to be
entered every time. I don't understand why the decision to disallow a CDATA
declaration was made. Parsing does not seem to be any more difficult if it
were allowed, and in cases where most leaf elements can contain content that
may be misinterpreted as markup, removing the need to explicitly include
<![CDATA[ ... ]]> everywhere could reduce the document size (and parsing
time) substantially. The documents become far more readable as well.
In a case I am working on, many of the elements' content in my documents
can include HTML or other data easily confused for markup.
Thanks, in advance, for any comments.
Tom Otvos
Director of Research, EveryWare Development Inc.
http://www.everyware.com/
"Try not! Do, or do not. There is no 'try'." - Yoda