1
0
Fork 0
mirror of https://github.com/fffaraz/awesome-cpp.git synced 2024-11-13 11:16:54 -05:00

The missing note for XML :))

This commit is contained in:
Faraz Fallahi 2014-07-30 00:22:46 +04:30
parent 3a54d2997a
commit 067102a67f

View file

@ -266,6 +266,7 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin
* [Wt](http://www.webtoolkit.eu/wt) - A C++ library for developing web applications.
## XML
*XML is crap. Really. There are no excuses. XML is nasty to parse for humans, and it's a disaster to parse even for computers. There's just no reason for that horrible crap to exist. - Linus Torvalds*
* [Expat](http://www.libexpat.org/) - An XML parser library written in C.
* [Libxml2](http://xmlsoft.org/) - The XML C parser and toolkit of Gnome.