2005-12-27 19:25:07 +01:00
|
|
|
This is the old XML parsing library provided in the GNOME framework.
|
1999-05-03 19:43:58 +02:00
|
|
|
XML is a standard to build tag based structured documents. The
|
2009-09-02 00:13:38 +02:00
|
|
|
internal document representation is as close as possible to the
|
1999-05-03 19:43:58 +02:00
|
|
|
DOM interfaces. The interfaces of the XML library are by principle
|
2009-09-02 00:13:38 +02:00
|
|
|
low level, there is nearly zero abstraction.
|
1999-05-03 19:43:58 +02:00
|
|
|
|
2003-11-29 11:19:05 +01:00
|
|
|
Some features are:
|
1999-05-03 19:43:58 +02:00
|
|
|
|
|
|
|
- C++ support
|
|
|
|
- Updated code to follow more recent specs, added
|
|
|
|
compatibility flag
|
|
|
|
- Error handling, use a dedicated, overridable error
|
|
|
|
handling function.
|
|
|
|
- Support for CDATA.
|
|
|
|
- Keep track of line numbers for better error reporting.
|
|
|
|
- Support for PI (SAX one).
|