public
Description: XmlReader for GObject
Homepage:
Clone URL: git://github.com/ebassi/xmlreader.git
name age message
file .gitignore Sat Mar 15 10:02:01 -0700 2008 Add git ignore file [Emmanuele Bassi]
file AUTHORS Fri Mar 14 08:59:04 -0700 2008 Add the rest of the files for autotools to feel... [Emmanuele Bassi]
file COPYING Fri Mar 14 08:58:12 -0700 2008 Add the licensing file to avoid autotools to us... [Emmanuele Bassi]
file ChangeLog Fri Mar 14 12:27:19 -0700 2008 Add files to fix the build The ChangeLog file ... [Emmanuele Bassi]
file Makefile.am Fri Mar 14 08:51:52 -0700 2008 Initial commit XmlReader is a XML reader libra... [Emmanuele Bassi]
file Makefile.decl Fri Mar 14 08:51:52 -0700 2008 Initial commit XmlReader is a XML reader libra... [Emmanuele Bassi]
file NEWS Fri Mar 14 08:59:04 -0700 2008 Add the rest of the files for autotools to feel... [Emmanuele Bassi]
file README Fri Mar 14 08:57:49 -0700 2008 Add a README file [Emmanuele Bassi]
file autogen.sh Fri Mar 14 08:51:52 -0700 2008 Initial commit XmlReader is a XML reader libra... [Emmanuele Bassi]
file configure.ac Sat Mar 15 10:38:26 -0700 2008 Invert the condition for enableing the maintain... [Emmanuele Bassi]
directory doc/ Sat Mar 15 09:57:16 -0700 2008 Add API reference built using gtk-doc The main... [Emmanuele Bassi]
file xml-reader.pc.in Fri Mar 14 12:25:41 -0700 2008 Add the pkg-config file for XmlReader We need ... [Emmanuele Bassi]
directory xml-reader/ Sat Mar 15 10:42:32 -0700 2008 Implement the changes for passing the test suit... [Emmanuele Bassi]
README
XmlReader - Cursor based XML reader API

XmlReader is a XML reader library using a cursor based API based on
the equivalent API available in high level language frameworks like
.Net or Java.

XmlReader uses the GObject C library to provide object orientation
on top of the C programming language.

XmlReader aims at being a easy to use, predictable and low footprint
API for iterating and extracting data from a XML data stream coming
from files or memory buffers.

XmlReader is cursor based: the main object maintains an internal state
about the current position in the XML document object model loaded
by libxml-2.0; data is extracted from the XML data stream by advancing
the internal cursor and asking for the value of an XML node as referenced
by its name.

Requirements:
------------
XmlReader depends on:
* gobject-2.0 >= 2.16
* libxml-2.0 >= 2.6.30

Copyright and License
------------
Copyright (C) 2008 Emmanuele Bassi <ebassi@gnome.org>
XmlReader is released under the terms of the GNU Lesser General Public
License version 2.1 or later. See the file COPYING for details.