Page 1 of 1

xml parser

Posted: Thu Oct 23, 2008 2:14 am
by The Punisher
Γνωρίζετε κάποιον open source + πολύ ελαφρύ xml parser σε c/c++ ?

Re: xml parser

Posted: Thu Oct 23, 2008 10:14 am
by rose
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.
http://www.grinninglizard.com/tinyxml/

Δεν το έχω δουλέψει αλλα μάλλον σου κάνει.

Re: xml parser

Posted: Sun Oct 26, 2008 1:34 pm
by The Punisher
Ευχαριστώ! Θα τον δοκιμάσω ..