Blame doc/DOM.html

Packit 423ecb
Packit 423ecb
Packit 423ecb
<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 423ecb
TD {font-family: Verdana,Arial,Helvetica}
Packit 423ecb
BODY {font-family: Verdana,Arial,Helvetica; margin-top: 2em; margin-left: 0em; margin-right: 0em}
Packit 423ecb
H1 {font-family: Verdana,Arial,Helvetica}
Packit 423ecb
H2 {font-family: Verdana,Arial,Helvetica}
Packit 423ecb
H3 {font-family: Verdana,Arial,Helvetica}
Packit 423ecb
A:link, A:visited, A:active { text-decoration: underline }
Packit 423ecb
</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 423ecb
Object Model; this is an API for accessing XML or HTML structured
Packit 423ecb
documents. Native support for DOM in Gnome is on the way (module gnome-dom),
Packit 423ecb
and will be based on gnome-xml. This will be a far cleaner interface to
Packit 423ecb
manipulate XML files within Gnome since it won't expose the internal
Packit 423ecb
structure.

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

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

Daniel Veillard

</body></html>