Blame doc/DOM.html

Packit Service a31ea6
Packit Service a31ea6
Packit Service a31ea6
<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><link rel="SHORTCUT ICON" href="/favicon.ico" /><style type="text/css">
Packit Service a31ea6
TD {font-family: Verdana,Arial,Helvetica}
Packit Service a31ea6
BODY {font-family: Verdana,Arial,Helvetica; margin-top: 2em; margin-left: 0em; margin-right: 0em}
Packit Service a31ea6
H1 {font-family: Verdana,Arial,Helvetica}
Packit Service a31ea6
H2 {font-family: Verdana,Arial,Helvetica}
Packit Service a31ea6
H3 {font-family: Verdana,Arial,Helvetica}
Packit Service a31ea6
A:link, A:visited, A:active { text-decoration: underline }
Packit Service a31ea6
</style><title>DOM Principles</title></head><body bgcolor="#8b7765" text="#000000" link="#a06060" vlink="#000000">
Action against software patentsGnome2 LogoW3C LogoRed Hat Logo
Made with Libxml2 Logo

The XML C parser and toolkit of Gnome

DOM Principles

<center>Developer Menu</center>
<form action="search.php" enctype="application/x-www-form-urlencoded" method="get"><input name="query" type="text" size="20" value="" /><input name="submit" type="submit" value="Search ..." /></form>
<center>API Indexes</center>
<center>Related links</center>

DOM stands for the Document

Packit Service a31ea6
Object Model; this is an API for accessing XML or HTML structured
Packit Service a31ea6
documents. Native support for DOM in Gnome is on the way (module gnome-dom),
Packit Service a31ea6
and will be based on gnome-xml. This will be a far cleaner interface to
Packit Service a31ea6
manipulate XML files within Gnome since it won't expose the internal
Packit Service a31ea6
structure.

The current DOM implementation on top of libxml2 is the gdome2 Gnome module, this

Packit Service a31ea6
is a full DOM interface, thanks to Paolo Casarini, check the Gdome2 homepage for more
Packit Service a31ea6
information.

Daniel Veillard

</body></html>