XMLDocument - Maple Help

Online Help

All Products    Maple    MapleSim


XMLTools

  

XMLDocument

  

XML document constructor

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

XMLDocument(xmlTree)

Parameters

xmlTree

-

Maple XML tree; document content

Description

• 

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.

Examples

withXMLTools:

XMLDocumentXMLElementa,b=c,some text

_XML_Document_XML_Element_XML_ElementTypea,_XML_Attribute_XML_AttrNameb,_XML_AttrValuec,_XML_Textsome text

(1)

See Also

string

XMLTools