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 />).
|
|