diff --git a/doc/xml.html b/doc/xml.html index f7b1ccd0..28e73c61 100644 --- a/doc/xml.html +++ b/doc/xml.html @@ -1,3 +1,5 @@ + The XML C library for Gnome @@ -1242,22 +1244,15 @@ core.

Model; this is an API for accessing XML or HTML structured documents. Native support for DOM in Gnome is on the way (module gnome-dom), and will be based on gnome-xml. This will be a far cleaner interface to manipulate XML -files within Gnome since it won't expose the internal structure. DOM defines a -set of IDL (or Java) interfaces allowing you to traverse and manipulate a -document. The DOM library will allow accessing and modifying "live" documents -present in other programs like this:

- -

 DOM.gif

- -

This should help greatly doing things like modifying a gnumeric spreadsheet -embedded in a GWP document for example.

+files within Gnome since it won't expose the internal structure.

The current DOM implementation on top of libxml is the gdome Gnome module, this is -a full DOM interface, thanks to Raph -Levien.

+href="http://cvs.gnome.org/lxr/source/gdome2/">gdome2 Gnome module, this +is a full DOM interface, thanks to Paolo Casarini, check the Gdome2 homepage for more +informations.

-

The gnome-dom module in the Gnome CVS base is obsolete

+

The gnome-dom and gdome modules in the Gnome CVS base are obsolete

A real example

@@ -1488,6 +1483,6 @@ Gnome CVS base under gnome-xml/example

Daniel Veillard

-

$Id: xml.html,v 1.75 2001/03/21 10:28:36 veillard Exp $

+

$Id: xml.html,v 1.76 2001/03/24 17:00:35 veillard Exp $