Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
15 lines
643 B
Text
15 lines
643 B
Text
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/
|