xml parser
-
- Venus Former Team Member
- Posts: 7561
- Joined: Thu Oct 27, 2005 1:43 pm
- Academic status: Alumnus/a
- Gender: ♂
- Location: Boston, MA
xml parser
Γνωρίζετε κάποιον open source + πολύ ελαφρύ xml parser σε c/c++ ?
Re: xml parser
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.
Δεν το έχω δουλέψει αλλα μάλλον σου κάνει.
που θα πάει θα το δουμε...
-
- Venus Former Team Member
- Posts: 7561
- Joined: Thu Oct 27, 2005 1:43 pm
- Academic status: Alumnus/a
- Gender: ♂
- Location: Boston, MA
Re: xml parser
Ευχαριστώ! Θα τον δοκιμάσω ..