The point is that <![CDATA[<foo>]]> and <foo> mean exactly the same thing. If you need to treat them differently, some piece of software in your chain is broken. (Yes, that means serving XHTML as HTML is broken.)
CDATA is a shortcut for when text contains a lot of literal angle brackets and carries no further meaning.
Makeshifts last the longest.
In reply to Re^2: CDATA in an XML file for parsing.
by Aristotle
in thread CDATA in an XML file for parsing.
by nisha
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |