xmlAddCDATA (XML Creation & Manipulation)
- Purpose
- This command helps to add CDATA to an XML string.
- If the path does not exist the return value is the XML string.
- Syntax
- xmlAddCDATA(xml_string || path, VariableName )
- Target
- xml_string || path
- Value
- VariableName
- Return Value
- Returns the XML string with CDATA.
Example(s):
Click here to see the example