Snippets tagged “cdata”
1 snippet uses this tag.
- PHP: How to handle <![CDATA[ with SimpleXMLElement?PHP
You can use the addCData() method of the SimpleXMLElement class to add a CDATA section to an XML element.
1 snippet uses this tag.
You can use the addCData() method of the SimpleXMLElement class to add a CDATA section to an XML element.