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