Can you have multiple tags with xml tag having CDATA section?

mario91000

New Member
I have an xml file that looks like this :\[code\] <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>\[/code\]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.
 
Back
Top