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

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 XML text data structure.

Examples

> 

with⁡XMLTools:

> 

XMLText⁡Anyone 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_Text⁡Anyone 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)
> 

XMLText⁡If 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_Text⁡If 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]