--- win32/gnome/gdome2-x.x.x/Attic/README 2003/07/24 07:19:12 1.2.4.1 +++ win32/gnome/gdome2-x.x.x/Attic/README 2005/12/07 17:20:25 1.3 @@ -1,4 +1,4 @@ - GDOME2 0.7.0 + GDOME2 0.8.1 ------------ DOM level2 library for accessing XML files based on libxml2. @@ -8,14 +8,28 @@ With gdome2 programmers can work with XM - compliant to W3C standards - a required step towards world DOMination +* Installing + +To install, run +$ ./configure +$ make +$ make check +$ make install + +If installing from CVS, use ./autogen.sh instead of ./configure +For more details, see the INSTALL file. + * Features - Supports the following DON Level 2 modules: + Supports the following DOM Level 2 modules: - "Core"; - "XML"; - "Events"; - "MutationEvents". - + + Partial support for the following DOM Level 3 module: + - "XPath" + Exports an object oriented inteface with a reference counting system responsible of all memory issues.