XMLTools
XMLCData
XML CDATA constructor
Calling Sequence
Parameters
Description
Examples
XMLCData(s)
s
-
string; text of the CDATA section
The XMLCData(s) command takes the text of a CDATA section s and returns it as an XML data structure in the form of a Maple XML tree.
By using this function, you can include a CDATA section in any Maple representation of an XML document.
with⁡XMLTools:
XMLCData⁡This is some CDATA <b>with <i>embedded</i> markup</b><foo>Not even a close tag!
_XML_CDATA⁡This is some CDATA <b>with <i>embedded</i> markup</b><foo>Not even a close tag!
See Also
XMLTools[AddChild]
XMLTools[CDataData]
XMLTools[IsCData]
Download Help Document