Free XML library for C++
I want one that works with minimal effort... The one I used was just
XMLParser xml p = new XMLParser("myfile.xml")
Node d = p.getNode("blabal");
something like this, another XML lib with simple syntax is fine too... I try google but I don't come up with a good one
Thank you for any help!

