The XML C library for Gnome
Documentation
Main Menu
Home
FAQ
Introduction
Documentation
Reporting bugs and getting help
How to help
Downloads
News
XML
XSLT
An overview of libxml architecture
The tree output
The SAX interface
The XML library interfaces
Entities or no entities
Namespaces
Validation, or are you afraid of DTDs ?
DOM Principles
A real example
Contributions
Encodings support
Catalogs support
I/O interfaces
Memory interfaces
DTD support
flat page
There are some on-line resources about using libxml:
Check the
FAQ
Check the
extensive documentation
automatically extracted from code comments (using
gtk doc
).
Look at the documentation about
libxml internationalization support
This page provides a global overview and
some examples
on how to use libxml.
James Henstridge
wrote
some nice documentation
explaining how to use the libxml SAX interface.
George Lebl wrote
an article for IBM developerWorks
about using libxml.
Check
the TODO file
Read the
1.x to 2.x upgrade path
. If you are starting a new project using libxml you should really use the 2.x version.
And don't forget to look at the
mailing-list archive
.
Daniel Veillard