xml parser
Posted: Thu Oct 23, 2008 2:14 am
Γνωρίζετε κάποιον open source + πολύ ελαφρύ xml parser σε c/c++ ?
Online κοινότητα των φοιτητών Πληροφορικής του Ο.Π.Α.
https://venus.cs.aueb.gr/
http://www.grinninglizard.com/tinyxml/TinyXML is a simple, small, C++ XML parser that can be easily integrating into other programs.
I found myself writing a text file parser every time I needed to save human readable data or serialize objects; I created TinyXML to solve the text I/O file once and for all. (Or, as a friend said, end the Just Another Text File Parser problem.)
TinyXML has evolved from community feedback and become the work of many contributors. It is a simple, stable, basic XML parser used by many open source and commercial products.