Re: gdome2 tutorials...
Luca Padovani <[email protected]> Wed, 11 May 2005 13:04:13 +0200
| Newsgroups | gmane.comp.gnome.gdome |
|---|---|
| Message-ID | <1115809453.30252.73.camel@giraffe> |
On Wed, 2005-05-11 at 14:37 +0530, Sameer Oak wrote: > I am looking for some good tutorials on gdome2. > I went through http://gdome2.cs.unibo.it/ but couldn't find anything > there. AFAIK there's no specific tutorial for gdome2. An introduction to the library and the naming convention adopted can be found in the paper "The Gnome DOM Engine" which is referenced from the web site. Apart from this, there's a number of small examples in the "test" directory distributed with gdome2 which illustrate various features. Finally, remember that gdome2 closely follows the DOM specification, so as soon as you've figured the naming convention, which methods are available and what they're for is just a matter of reading the DOM recommendation (http://www.w3.org/DOM/DOMTR) Cheers --luca