summaryrefslogtreecommitdiff
path: root/textproc/libxml/pkg/DESCR
blob: 6d6e1939db39c1de74cd7d46f577f101449b3dd1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
  This is an XML parsing library provided in the Gnome framework.
XML is a standard to build tag based structured documents.  The
internal document repesentation is as close as possible to the
DOM interfaces.  The interfaces of the XML library are by principle
low level, there is nearly zero abstration.

  Some features are:

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