XMLTools
ToString
format an XML element as a Maple string
Calling Sequence
Parameters
Description
Examples
ToString(xmlTree)
xmlTree
-
Maple XML tree; XML element
The ToString(xmlTree) command formats the XML element xmlTree as an XML document (stored as a Maple string).
The returned XML document is formatted without line breaking or indentation of any kind. As a result, regardless of size, the document is returned as a single line of text. To display the output in a more readable format, use Print.
See Also
XMLTools[ParseString]
XMLTools[Print]
Download Help Document