Categories: MSDN / DotNet / Java / Scripts / Linux / PHP Ask - La ask - La Answer

Free XML library for C++

I am going nuts I am looking for an XML library for C++, I don't want managed c++ or c# just a normal c++ XML library I know I used a really nice one before... but I can't find it now.

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!
[529 byte] By [dakiarswe] at [2007-11-11 10:25:37]
# 1 Re: Free XML library for C++
http://xml.apache.org/xerces-c/ might do the trick...
/\/\|\/ at 2007-11-11 23:28:25 >
# 2 Re: Free XML library for C++
thank you, looks good!
dakiarswe at 2007-11-11 23:29:23 >