				GDOME2 0.7.0
				------------

DOM level2 library for accessing XML files based on libxml2.

With gdome2 programmers can work with XML documents with an interface that is:
  - easy to use
  - compliant to W3C standards
  - a required step towards world DOMination

* Features

  Supports the following DON Level 2 modules:
    - "Core";
    - "XML";
    - "Events";
    - "MutationEvents".
    
  Exports an object oriented inteface with a reference counting system
  responsible of all memory issues.
  
* DOM2 Recommendation: 
    - http://www.w3.org/TR/DOM-Level-2-Core/
    - http://www.w3.org/TR/DOM-Level-2-Events/
