aboutsummaryrefslogblamecommitdiff
path: root/textproc/rapidxml/pkg-descr
blob: c13bfcaf00b26d37c5f66293eea0a2b170164c14 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15














                                                                     
RapidXml is an attempt to create the fastest XML parser possible,
while retaining useability, portability and reasonable W3C
compatibility. It is an in-situ parser written in modern C++, with
parsing speed approaching that of strlen function executed on the
same data.

RapidXml has been around since 2006, and is being used by lots of
people. HTC uses it in some of its mobile phones.

If you are looking for a stable and fast parser, look no further.
Integration with your project will be trivial, because entire library
is contained in a single header file, and requires no building or
configuration.

WWW: http://rapidxml.sourceforge.net/