effelamailego
New Member
I have an XML file which contains another XML inside CDATA as follows\[code\] ... <report format="CP XML" ><![CDATA[<?xml version="1.0" encoding="UTF-8" standalone="yes"?> ...\[/code\]I need to convert the XML to HTML file by traversing through CDATA.It is easy to convert simple XML to HTML but how can I convert XML of above kind (within CData).Is there any way to do it.