Hi, Chris Wareham <[EMAIL PROTECTED]> writes:
> Does anyone have a trivial example of how to use Glib's > GMarkup XML parser? I assume it's a GObject, and I have to > instantiate it before using it's methods ... but how do > I go about doing that? it's not a GObject and doesn't use any GObject functionality. It's just a simple XML push-parser that implements a basic SAX interface. There are plenty of docs out there that explain how to use the SAX XML parser API. If you need a trivial example, have a look at http://cvs.gnome.org/lxr/source/gimp/app/gui/tips-parser.c Salut, Sven _______________________________________________ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list
