From 35a201cc8ef0c3f5b2df88d2e528aabee1048348 Mon Sep 17 00:00:00 2001 From: Wojtek Kosior Date: Fri, 30 Apr 2021 18:47:09 +0200 Subject: Initial/Final commit --- libxml2-2.9.10/doc/DOM.html | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 libxml2-2.9.10/doc/DOM.html (limited to 'libxml2-2.9.10/doc/DOM.html') diff --git a/libxml2-2.9.10/doc/DOM.html b/libxml2-2.9.10/doc/DOM.html new file mode 100644 index 0000000..3266788 --- /dev/null +++ b/libxml2-2.9.10/doc/DOM.html @@ -0,0 +1,17 @@ + + +DOM Principles
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

DOM stands for the Document +Object 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.

The current DOM implementation on top of libxml2 is the gdome2 Gnome module, this +is a full DOM interface, thanks to Paolo Casarini, check the Gdome2 homepage for more +information.

Daniel Veillard

-- cgit v1.2.3