Libxml2 The XML C parser and toolkit of Gnome
Libxml2 is the XML C parser and toolkit developed for the Gnome project (but usable outside of the Gnome platform), it is free software available under the MIT License. XML itself is a metalanguage to design markup languages, i.e. text language where semantic and structure are added to the conte...
VTD-XML project web site
VTD-XML is the next generation XML parser/Indexer that goes beyond DOM and SAX in performance, memory and ease of use. It fully conforms to XML 1.0 (except the external entities). The latest version is 2.0, available in C, C# and Java, and can be downloaded here. VTD-XML is simultaneously: The w...
XML-RPC for C and C++
XML-RPC is a quick-and-easy way to make procedure calls over the Internet. It converts the procedure call into XML document, sends it to a remote server using HTTP, and gets back the response as XML.