diff options
author | Ade Lovett <ade@FreeBSD.org> | 2002-03-13 02:33:50 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2002-03-13 02:33:50 +0000 |
commit | 7fa92445b6899d32e044917ece6ff304e2d04104 (patch) | |
tree | c9a2655c4139253f7bb9feec794dc5eb1ce37f67 /textproc/xerces-c/pkg-descr | |
parent | Add xmon, which interactively monitors the byte-stream connections between (diff) |
Add xerces-c, an Apache XML Processor
PR: 33313
Submitted by: Alex Kiesel <kiesel@schlund.de>
Diffstat (limited to 'textproc/xerces-c/pkg-descr')
-rw-r--r-- | textproc/xerces-c/pkg-descr | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/textproc/xerces-c/pkg-descr b/textproc/xerces-c/pkg-descr new file mode 100644 index 000000000000..d3e42a5c373c --- /dev/null +++ b/textproc/xerces-c/pkg-descr @@ -0,0 +1,14 @@ +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. + +The parser provides high performance, modularity, and scalability. +Source code, samples and API documentation are provided with the parser. +For portability, care has been taken to make minimal use of templates, +no RTTI, no C++ namespaces and minimal use of #ifdefs. + +WWW: http://xml.apache.org/xerces-c/index.html + +- Alex Kiesel +kiesel@schlund.de |