xml parser

Συζητήσεις για γλώσσες προγραμματισμού και θέματα σχετικά με προγραμματισμό.
Post Reply
The Punisher
Venus Former Team Member
Posts: 7561
Joined: Thu Oct 27, 2005 1:43 pm
Academic status: Alumnus/a
Gender:
Location: Boston, MA

xml parser

Post by The Punisher » Thu Oct 23, 2008 2:14 am

Γνωρίζετε κάποιον open source + πολύ ελαφρύ xml parser σε c/c++ ?
User avatar
rose
Gbyte level
Gbyte level
Posts: 1921
Joined: Sun May 20, 2007 8:59 pm
Academic status: 4th year
Gender:

Re: xml parser

Post by rose » Thu Oct 23, 2008 10:14 am

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/

Δεν το έχω δουλέψει αλλα μάλλον σου κάνει.
που θα πάει θα το δουμε...
The Punisher
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

Post by The Punisher » Sun Oct 26, 2008 1:34 pm

Ευχαριστώ! Θα τον δοκιμάσω ..
Post Reply

Return to “Προγραμματισμός”