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.
withXMLTools:
XMLDocumentXMLElementa,b=c,some text
_XML_Document_XML_Element_XML_ElementTypea,_XML_Attribute_XML_AttrNameb,_XML_AttrValuec,_XML_Textsome text
See Also
string
Download Help Document