Skip to content

Ext3h/rapidxml

 
 

Repository files navigation

RapidXML

A mirror of RapidXML 1.13 for preserving & submodule linking. Source: http://rapidxml.sourceforge.net/

While the repository lists the Boost Software License, the author also permits you to use the MIT license instead if you want.

Official Description

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.

Current version is RapidXml 1.13. Also available is its online Manual with a full and detailed reference. You may also like to check Boost.PropertyTree library, which presents a higher level interface, and uses RapidXml as its default XML parser.

Copyright © 2006, 2009 Marcin Kalicinski

Releases

No releases published

Packages

 
 
 

Languages

  • C++ 55.9%
  • HTML 44.1%