ATTENTION: You are viewing a page formatted for mobile devices; to view the full web page, click HERE.

Other Software > Developer's Corner

TinyXML Library for C++ (I Love It)

(1/1)

mouser:
After using it in two recent projects, with a couple different compilers, I have to say that i absolutely LOVE this TinyXML library for C++ (Open Source).

It is a pure joy to use and could not be any easier.  Not only is it small but it's got plenty of helper functions that really make everything easier.  Rarely am I this happy with a c++ library.  Big thumbs up from me.  If you need to add xml support to a c++ program, you cannot go wrong using TinyXML  :up: :up: :up:

TinyXml is a simple, small, C++ XML parser that can be easily integrating into other programs.

I found myself writing a text file parser every time I needed to save human readable data or serialize objects; I created tinyxml to solve the text I/O file once and for all. (Or, as a friend said, end the Just Another Text File Parser problem.)

Online Documentation: including sample code, general information, and an API reference.

Download the latest source release on Sourceforge. The release contains the source code, demo code, and all the documentation. It is written in OS independent C++. (Note that on the projects page it shows 0 CVS commits, which is incorrect.)

Please send me e-mail if you like (or don't like) TinyXml - and I'm always curious who is using it! For general discussion, there is a discussion board and a mail list. You can also enter bugs, access CVS, and request features all from the TinyXml Project Page.
Lee Thomason

--- End quote ---


http://www.grinninglizard.com/tinyxml/




Docs here: http://www.grinninglizard.com/tinyxmldocs/index.html

Eóin:
I'm going to jump in here and give it my :Thmbsup: too. Like mouser I've used it on a couple of projects and it's performed flawlessly.

f0dder:
It's nice enough and amount the better I've tried - but I still think it could be easier. I ran into a couple of weird quirks with it anyway, not that I can remember them off the top of my head.

Navigation

[0] Message Index

Go to full version