diff options
author | zuntum <zuntum@pkgsrc.org> | 2001-10-31 22:52:58 +0000 |
---|---|---|
committer | zuntum <zuntum@pkgsrc.org> | 2001-10-31 22:52:58 +0000 |
commit | d038a73ebd432fae3ce355b84443038f88cb7199 (patch) | |
tree | b3c17888184b1b17ed1b1fa28f1697197bb0b4f6 /textproc/libxml/DESCR | |
parent | 70bae73d77e50256a2ee847bd9be11b761bcea01 (diff) | |
download | pkgsrc-d038a73ebd432fae3ce355b84443038f88cb7199.tar.gz |
Move pkg/ files into package's toplevel directory
Diffstat (limited to 'textproc/libxml/DESCR')
-rw-r--r-- | textproc/libxml/DESCR | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/textproc/libxml/DESCR b/textproc/libxml/DESCR new file mode 100644 index 00000000000..6d6e1939db3 --- /dev/null +++ b/textproc/libxml/DESCR @@ -0,0 +1,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). |