On Mon, 2008-11-03 at 15:19 -0200, Paulo Flabiano Smorigo wrote: > Hi everybody, > > How can I read a XML file using gtkmm/glibmm? > It's there an example available?
gtkmm is a GUI toolkit. You might want to use libxml++, though there are other C++ XML parsers that you may also use. libxml++ has examples. http://libxmlplusplus.sourceforge.net/ -- Murray Cumming [EMAIL PROTECTED] www.murrayc.com www.openismus.com _______________________________________________ gtkmm-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gtkmm-list
