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.
See Also
XMLTools[AddChild]
XMLTools[CDataData]
XMLTools[IsCData]
Download Help Document