Action against software patentsGnome2 LogoW3C LogoRed Hat Logo
Made with Libxml2 Logo

The XML C parser and toolkit of Gnome

DOM Principles

Developer Menu
API Indexes
Related links

DOMstands for the DocumentObjectModel; this is an API for accessing XML or HTML structureddocuments.Native support for DOM in Gnome is on the way (module gnome-dom),and will bebased on gnome-xml. This will be a far cleaner interface tomanipulate XMLfiles within Gnome since it won't expose the internalstructure.

The current DOM implementation on top of libxml2 is the gdome2 Gnome module,thisis a full DOM interface, thanks to Paolo Casarini, check the Gdome2 homepageformoreinformations.

Daniel Veillard