XMLTools
XMLDocument
XML document constructor
Calling Sequence
Parameters
Description
Examples
XMLDocument(xmlTree)
xmlTree
-
Maple XML tree; document content
The XMLDocument(xmlTree) command is a constructor for complete XML documents. None of the other XML constructors validates its content; this is done solely by the document constructor (XMLDocument), which must be called on the complete document content after it has been constructed.
with⁡XMLTools:
XMLDocument⁡XMLElement⁡a,b=c,some text
_XML_Document⁡_XML_Element⁡_XML_ElementType⁡a,_XML_Attribute⁡_XML_AttrName⁡b,_XML_AttrValue⁡c,_XML_Text⁡some text
See Also
string
Download Help Document