*Where this package relies on other packages, the additional packages are listed below it.

Author(s)
Packages  Description
This is now deprecated in favour of XML(3).

This XML parser is written in xBase++, and comprises a single class.
You can feed it an XML document and it will create the necessary structure within itself for storing the data. Each element of data is in fact another instance of this class. You can:
  • Read XML documents
  • Get/Set tag values
  • Insert new tags
  • Delete tags
  • Work with nodes or branches
  • Write XML documents
The parser correctly handles tag attributes, and can also handle 'empty tag' shortcuts (e.g. <TAG></TAG> becomes <TAG />).

Update History
Version Updated Description
1.1 31.01.2003 Current release