From 067102a67f898e1592ecce6def21d4977ff88171 Mon Sep 17 00:00:00 2001 From: Faraz Fallahi Date: Wed, 30 Jul 2014 00:22:46 +0430 Subject: [PATCH] The missing note for XML :)) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b78c59f..fe20f8f 100644 --- a/README.md +++ b/README.md @@ -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.