Hi
Does the tree.loadXMLString command not work if there are CDATA tags in the xml?
I have tried these variations but none work:
text=""
text="<![CDATA[text here]]>"
when i remove the CDATA part, the tree loads
Wimac
Hi
Does the tree.loadXMLString command not work if there are CDATA tags in the xml?
I have tried these variations but none work:
text=""
text="<![CDATA[text here]]>"
when i remove the CDATA part, the tree loads
Wimac
Hi,
CDATA is used for tags and can not be used for attributes:
text=“text here”