Python's xml.etree.ElementTree equivalent to C++ XML library
I found开发者_运维技巧 xml.etree.ElementTree library very versatile and handy XML processor. How about C++? I found some C++ XML tools (Xerces-C++, TinyXml), but it's more like a xml.dom.
Have a look at cpp-elementtree. It's fairly well tested at this point and is designed to mimic exactly the effortless API you're used to.
Have a look at iksemel , its written in C but its fast and robust.
精彩评论