XMLTools
TextText
extract the text of an XML text data structure
Calling Sequence
Parameters
Description
Examples
TextText(xmlTree)
xmlTree
-
Maple XML tree; XML text data structure
The TextText(xmlTree) command returns the text of the XML text data structure xmlTree as a string.
See Also
XMLTools[IsText]
XMLTools[XMLText]
Download Help Document