# rapidxml **Repository Path**: marsqiu/rapidxml ## Basic Information - **Project Name**: rapidxml - **Description**: No description available - **Primary Language**: Unknown - **License**: BSL-1.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-10-19 - **Last Updated**: 2021-10-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # RapidXML A mirror of RapidXML 1.13 for preserving & submodule linking. Source: http://rapidxml.sourceforge.net/ While the repository lists the [Boost Software License](LICENSE), the author also permits you to use the [MIT](LICENSE2) 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](https://sourceforge.net/projects/rapidxml/files/latest/download). Also available is its online [Manual](manual.html) with a full and detailed reference. You may also like to check [Boost.PropertyTree](https://www.boost.org/) library, which presents a higher level interface, and uses RapidXml as its default XML parser. `Copyright © 2006, 2009 Marcin Kalicinski`