This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
Emmanuele Bassi (author)
Fri Mar 14 12:27:19 -0700 2008
commit 581331c7ca3275e544bd74c5f2762c545a690639
tree 7bcc5efc8329e85d5b0e5ae9014e17a6d696309c
parent f95f1a21147a1a58a36dc4dfb2cb0e5c15620e11
tree 7bcc5efc8329e85d5b0e5ae9014e17a6d696309c
parent f95f1a21147a1a58a36dc4dfb2cb0e5c15620e11
| name | age | message | |
|---|---|---|---|
| |
AUTHORS | Fri Mar 14 08:59:04 -0700 2008 | [Emmanuele Bassi] |
| |
COPYING | Fri Mar 14 08:58:12 -0700 2008 | [Emmanuele Bassi] |
| |
ChangeLog | Fri Mar 14 12:27:19 -0700 2008 | [Emmanuele Bassi] |
| |
Makefile.am | Fri Mar 14 08:51:52 -0700 2008 | [Emmanuele Bassi] |
| |
Makefile.decl | Fri Mar 14 08:51:52 -0700 2008 | [Emmanuele Bassi] |
| |
NEWS | Fri Mar 14 08:59:04 -0700 2008 | [Emmanuele Bassi] |
| |
README | Fri Mar 14 08:57:49 -0700 2008 | [Emmanuele Bassi] |
| |
autogen.sh | Fri Mar 14 08:51:52 -0700 2008 | [Emmanuele Bassi] |
| |
configure.ac | Fri Mar 14 12:27:19 -0700 2008 | [Emmanuele Bassi] |
| |
doc/ | Fri Mar 14 12:27:19 -0700 2008 | [Emmanuele Bassi] |
| |
xml-reader.pc.in | Fri Mar 14 12:25:41 -0700 2008 | [Emmanuele Bassi] |
| |
xml-reader/ | Fri Mar 14 12:18:51 -0700 2008 | [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.





