c++ xml parser

I am currently developing a new project that works a lot with xml files. So I was in need of a fast, leightweight xml parser. I knew of one I already looked at some time ago. Xerxes XML-Parser is a very powerful tool and everything, but it is not leightweight. (Xerxe’s project has 53 MB overall, which is A LOT!)

So I looked for something different on the net. Et voila, I found a small, simple, cross-platform, free and fast c++ XML Parser. It really works damn fast and is very easy to use. The author did a really nice work!


Posted

in

by

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *