开发者

Python's xml.etree.ElementTree equivalent to C++ XML library

开发者 https://www.devze.com 2023-02-06 10:39 出处:网络
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

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号