Re: GMarkup XML parser example
- From: Sven Neumann <sven gimp org>
- To: Chris Wareham <chris wareham iosystems co uk>
- Cc: GTK+ Mailing List <gtk-list gnome org>
- Subject: Re: GMarkup XML parser example
- Date: 06 Sep 2002 19:53:22 +0200
Hi,
Chris Wareham <chris wareham iosystems co uk> 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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]