fb16dfecae
Commit b7f05445c0
has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
13 lines
604 B
Text
13 lines
604 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.
|