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

Online Help

All Products    Maple    MapleSim


XMLTools

  

XMLText

  

XML text constructor

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

XMLText(s)

Parameters

s

-

string; textual content of element

Description

• 

The XMLText(s) command accepts a string s and returns it as an an XML text data structure.

Examples

withXMLTools:

XMLTextAnyone who cannot cope with mathematics is not fully human. At best he is a tolerable subhuman who has learned to wear shoes, bathe, and not make messes in the house.

_XML_TextAnyone who cannot cope with mathematics is not fully human. At best he is a tolerable subhuman who has learned to wear shoes, bathe, and not make messes in the house.

(1)

XMLTextIf I am given a formula, and I am ignorant of its meaning, it cannot teach me anything, but if I already know it what does the formula teach me?

_XML_TextIf I am given a formula, and I am ignorant of its meaning, it cannot teach me anything, but if I already know it what does the formula teach me?

(2)

See Also

string

XMLTools

XMLTools[IsText]