mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
2b1dacc826
- Name em@i.l or variations thereof. While I'm here also fix some whitespace and other formatting errors, including moving WWW: to the last line in the file.
12 lines
578 B
Plaintext
12 lines
578 B
Plaintext
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
|