diff options
author | minskim <minskim@pkgsrc.org> | 2004-02-11 04:06:04 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-02-11 04:06:04 +0000 |
commit | 3cec1e26296a9ee033f0ad037f1da292959a4a51 (patch) | |
tree | 34b29d71c51eaceb194cf3e82b5172c9d5925492 /textproc/xerces-c/DESCR | |
parent | 38b0e92153077736901894ac43ce0b95e500f0fe (diff) | |
download | pkgsrc-3cec1e26296a9ee033f0ad037f1da292959a4a51.tar.gz |
Update xerces-c to 2.3.0. This closes PR pkg/23861.
Too many changes to list here. This package hasn't been updated since
1.7.0. See http://xml.apache.org/xerces-c/releases_archive.html for
the complete list.
Diffstat (limited to 'textproc/xerces-c/DESCR')
-rw-r--r-- | textproc/xerces-c/DESCR | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/textproc/xerces-c/DESCR b/textproc/xerces-c/DESCR index 75bc20d597a..f6299106f10 100644 --- a/textproc/xerces-c/DESCR +++ b/textproc/xerces-c/DESCR @@ -1,8 +1,7 @@ -Xerces (named after the Xerces Blue butterfly) provides world-class XML -parsing and generation. Fully-validating parsers are available for both -Java and C++, implementing the W3C XML and DOM (Level 1 and 2) standards, -as well as the defacto SAX (version 2) standard. The parsers are highly -modular and configurable. Initial support for XML Schema (draft W3C -standard) is also provided. +Xerces-C++ is a validating XML parser written in a portable subset of +C++. Xerces-C++ makes it easy to give your application the ability to +read and write XML data. A shared library is provided for parsing, +generating, manipulating, and validating XML documents. -This package provides the C++ version of Xerces. +Xerces-C++ is faithful to the XML 1.0 recommendation and many +associated standards. |