XMLTools
XMLText
XML text constructor
Calling Sequence
Parameters
Description
Examples
XMLText(s)
s
-
string; textual content of element
The XMLText(s) command accepts a string s and returns it as an an XML text data structure.
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.
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?
See Also
string
XMLTools[IsText]
Download Help Document