Add files from parent branch HEAD:
[pkgsrc.git] / textproc / gdome2 / DESCR
1 The Document Object Model is a platform and language-neutral interface that
2 will allow programs and scripts to dynamically access and update the content,
3 structure and style of documents.
4
5 A DOM implementation (also called a host implementation) is that piece of
6 software which takes a parsed XML or HTML document and makes it available for
7 processing via the DOM interfaces. A browser contains a host implementation,
8 for example.
9
10 Here some key points about libgdome:
11 * Libgdome is a DOM level2 Implementation.
12 * Libgdome supports "Core" and "XML" modules (DOM level2 Core Recommendation).
13 * Libgdome supports "Events" and "MutationEvents" modules (DOM level2 Events
14   Recommendation).
15 * Libgdome is based on libxml2.
16 * Libgdome is written in C.
17 * The internal document representation is that libxml except for DocumentType,
18   Entity and Notations interfaces.
19 * Libgdome is released under the GNU LGPL.