dominigue

is a DOM engine which (will) implement W3C DOM Level 2.
libgdome already implemented DOM engine. But extending Style and HTML module, I frustrated with the spaghetti of codes. This is giving a try to make another approach there.
A significant difference from libgdome is inheritance. libgdome does not use inheritance implementing interfaces. So every interface has to put all the attributes and methods from all its ancestor. It certainly is a way of implementation, but wasteful, I think.

Documentation

CVS

stored in cvs repository at cvs for gybe in module; dominigue. Try the following lines to get source copy:
  1. cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/gybe login
  2. just enter for password
  3. cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/gybe co dominigue

found more on

subproject page by SourceForge.net