Difference between revisions of "Gambas/libraries/gb.xml"

from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
Jump to navigation Jump to search
(Created page with "==Components== * /XmlDocument: one way of reading/writing an XML file * /XmlElement: an XML tag - includes attributes, contents, and enclosed tags")
 
(XML APIs link)
Line 2: Line 2:
 
* [[/XmlDocument]]: one way of reading/writing an XML file
 
* [[/XmlDocument]]: one way of reading/writing an XML file
 
* [[/XmlElement]]: an XML tag - includes attributes, contents, and enclosed tags
 
* [[/XmlElement]]: an XML tag - includes attributes, contents, and enclosed tags
 +
==Links==
 +
* [http://gambaswiki.org/wiki/doc/xml XML APIs]: a guide to the gb.xml components

Revision as of 13:31, 4 June 2015

Components

  • /XmlDocument: one way of reading/writing an XML file
  • /XmlElement: an XML tag - includes attributes, contents, and enclosed tags

Links

  • XML APIs: a guide to the gb.xml components