The missing note for XML :))

This commit is contained in:
Faraz Fallahi 2014-07-30 00:22:46 +04:30
parent 3a54d2997a
commit 067102a67f
1 changed files with 1 additions and 0 deletions

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.