Register to post in forums, or Log in to your existing account
 

 Related 
Contents
Non-Visual Objects
  Action
  Collection
  Connection
  DataSource
  Head
  HTTP
  IniFile
  Message
  Query
  Queue
  Registry
  Store
  Stream
  Template
  Thread
  Var
  XML
    Text
    Document
    Filename
    LoadFromFile
    SaveToFile
    Clear
    Errors
    ErrorCount
    NormalizeData
    CreateAttribute
    CreateAttributeNS
    CreateCDATASection
    CreateComment
    CreateElement
    CreateElementNS
    CreateEntityReference
    CreateProcessingInstruction
    CreateTextNode
    GetElementsByTagName
    GetElementsByTagNameNS
    ImportNode
    Example: Generating XML with DOM
    OnElement
    OnStartElement
    OnEntity
  XSL
Related Links:
  XML Library
  Parse
  ParseFile
  Load
  LoadFile
  NewDoc
  Text
  Filename
  XSL
  DOM
XML [[zxml]] 
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.
Viewer Comments [0 - Post your comments]

Jump to:  

© 2009 Zugg Software. Hosted by Wolfpaw.net