/usr/share/doc/libgdome2-0/README is in libgdome2-0 0.8.1+debian-6.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
| 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 | 				GDOME2 0.8.1
				------------
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
* 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 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.
  
* DOM2 Recommendation: 
    - http://www.w3.org/TR/DOM-Level-2-Core/
    - http://www.w3.org/TR/DOM-Level-2-Events/
 |