CDATA is character data - completely ignored by the parser between . It has to be since xml cannot handle &. Therefore, there is no "double encoding" - any parser skips to the close tag, ignoring anything in between. I've not come across a parser that allows actual nesting (embedded full CDATA open and close tags).
↧