XMLTools
CDataData
extract an XML CDATA section
Calling Sequence
Parameters
Description
Examples
CDataData(xmlTree)
xmlTree
-
Maple XML tree; XML CDATA section
The CDataData(xmlTree) command returns the data enclosed by the XML CDATA section xmlTree as a string.
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!
CDataData⁡
This is some CDATA <b>with <i>embedded</i> markup</b><foo>Not even a close tag!
See Also
XMLTools[IsCData]
XMLTools[XMLCData]
Download Help Document