|
|
|
NOTE: This Design document is subject to change at any time. |
XML
Syntax: <XML property-list>XML-contents</XML>
This is XML DOM Document object (See XML Library).
An object of this type is returned from the xml.Load, xml.LoadFile, and xml.NewDoc routines. The methods and properties shown can be used to traverse this document or modify it.
To load data into the XML document from the ZML file directly, you simply put the XML data between the <XML> and </XML> tags. The first node specified within these tags (with a name not equal to "script") will be the root element of the XML document. |
|