I have an xml file that looks like this :
<bookstore>
<book category="COOKING">
<title lang="en">Everyday Italian</title>
<author>Giada De Laurentiis</author>
<year>2005</year>
<price>30.00</price>
<![CDATA[<<port>url= https://localhost:8080<port>]]>
</book>
I see that when this is processed, the entire tag is considered as CDATA. Can you use other tags inside a tag having CDATA? I did not find any online samples that did this.
CDATA– skaffman May 3 '12 at 22:45