Annotation of win32/gnome/gdome2-x.x.x/README, revision 1.2
1.2 ! paf 1: GDOME2 0.7.4
1.1 paf 2: ------------
3:
4: DOM level2 library for accessing XML files based on libxml2.
5:
6: With gdome2 programmers can work with XML documents with an interface that is:
7: - easy to use
8: - compliant to W3C standards
9: - a required step towards world DOMination
10:
1.2 ! paf 11: * Installing
! 12:
! 13: To install, run
! 14: $ ./configure
! 15: $ make
! 16: $ make check
! 17: $ make install
! 18:
! 19: If installing from CVS, use ./autogen.sh instead of ./configure
! 20: For more details, see the INSTALL file.
! 21:
1.1 paf 22: * Features
23:
1.2 ! paf 24: Supports the following DOM Level 2 modules:
1.1 paf 25: - "Core";
26: - "XML";
27: - "Events";
28: - "MutationEvents".
1.2 ! paf 29:
! 30: Partial support for the following DOM Level 3 module:
! 31: - "XPath"
! 32:
1.1 paf 33: Exports an object oriented inteface with a reference counting system
34: responsible of all memory issues.
35:
36: * DOM2 Recommendation:
37: - http://www.w3.org/TR/DOM-Level-2-Core/
38: - http://www.w3.org/TR/DOM-Level-2-Events/
E-mail: