This is a mirror of official site: http://jasper-net.blogspot.com/

TinyXML-2

| Wednesday, September 12, 2012
TinyXML-2 is a simple, small, efficient, C++ XML parser that can be easily integrating into other programs.

TinyXML-1 served my needs for many years; but it uses memory inefficiently, and doesn't perform as well as desired for mobile devices. I wanted an XML parser that was a little more modern, a little simpler (the "tiny" had been lost a little over the years), and was a good fit for Android.

This led to TinyXML-2.

Online Documentation: general information and an API reference.

TinyXML-2 is available on github, where you can send feedback, get source, share, and submit changes.

TinyXML-1 or TinyXML-2?

Both parsers:

Simple to use with similar APIs.
DOM based parser.
UTF-8 Unicode support. http://en.wikipedia.org/wiki/UTF-8

Read more: TinyXML 2
QR: Inline image 1

Posted via email from Jasper-net

0 comments: