Re: In gtk+ application,how to parse xml file



In such cases always check GLib. This is most probably the most useful
library ever written. If you check the GLib Utilities section of
http://developer.gnome.org/doc/API/2.0/glib/index.html you will find
there is a simple XML (a subset actually) parser (see
http://developer.gnome.org/doc/API/2.0/glib/glib-Simple-XML-Subset-Parser.html).
You can also use an INI (key-value) file parser (see
http://developer.gnome.org/doc/API/2.0/glib/glib-Key-value-file-parser.html).

Atanas



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]