TextText - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


XMLTools

  

TextText

  

extract the text of an XML text data structure

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

TextText(xmlTree)

Parameters

xmlTree

-

Maple XML tree; XML text data structure

Description

• 

The TextText(xmlTree) command returns the text of the XML text data structure xmlTree as a string.

Examples

withXMLTools:

XMLTextImagination is more important than knowledge.

_XML_TextImagination is more important than knowledge.

(1)

TextText

Imagination is more important than knowledge.

(2)

See Also

XMLTools

XMLTools[IsText]

XMLTools[XMLText]