Xography / AeonXML

Yet another Expat XML C++ Wrapper; attempting to be standalone without any requirements but the STL.

Home Page:http://www.gatewayheaven.com/projects/aeonxml

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A simple Expat C++ Wrapper inspired by the simplicity of ExpatMM and the design of PocoXML.

AeonXML attempts to be as standalone as possible, if you want to use it, you basically just need
to add the source and include files to your project since it ships with expat 2.0.1.

Makefiles are missing at the moment.

See example.cpp for example usage, you can use test.xml with the example program to play around 
with the parser.

About

Yet another Expat XML C++ Wrapper; attempting to be standalone without any requirements but the STL.

http://www.gatewayheaven.com/projects/aeonxml

License:Boost Software License 1.0


Languages

Language:C++ 64.3%Language:C 35.7%