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.
with⁡XMLTools:
XMLText⁡Imagination is more important than knowledge.
_XML_Text⁡Imagination is more important than knowledge.
TextText⁡
Imagination is more important than knowledge.
See Also
XMLTools[IsText]
XMLTools[XMLText]
Download Help Document