1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00

Update pkg-descr and WWW

This commit is contained in:
Sunpoet Po-Chuan Hsieh 2017-01-15 04:17:17 +00:00
parent 238eb28f29
commit 0f8c1fa677
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=431517

View File

@ -1,5 +1,14 @@
Xerces-C++ is a validating XML parser from the Apache XML Project.
It provides a shared library to parse, generate, mainpulate and
validate XML documents from within your own application.
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 using the DOM, SAX, and SAX2 APIs.
WWW: http://xml.apache.org/xerces-c/
Xerces-C++ is faithful to the XML 1.0 recommendation and many associated
standards.
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, and minimal use
of #ifdefs.
WWW: https://xerces.apache.org/xerces-c/