File: README

package info (click to toggle)
gdome2 0.8.1%2Bdebian-7
  • links: PTS
  • area: main
  • in suites: bullseye
  • size: 4,560 kB
  • sloc: ansic: 23,268; sh: 6,687; makefile: 482; xml: 476
file content (38 lines) | stat: -rw-r--r-- 877 bytes parent folder | download | duplicates (8)
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/