On Mon, 2008-11-03 at 14:50 -0500, Levi Bard wrote: > >> 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/ > > What about Glib::Markup? > http://www.gtkmm.org/docs/glibmm-2.4/docs/reference/html/group__Markup.html
That is not a real XML parser. It might work for some special cases but sooner or later it will not be able to handle some document that you will expect it to handle, because you've forgotten that it's not an XML parser. -- Murray Cumming [EMAIL PROTECTED] www.murrayc.com www.openismus.com _______________________________________________ gtkmm-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gtkmm-list
