summaryrefslogtreecommitdiff
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* Fix comparison of interned and non-interned dom strings. Constify dom string...Michael Drake2011-12-221-1/+2
* Fix length for dom_string creation. Dump id attribute too.Michael Drake2011-12-221-3/+6
* Fix length of string prints.Michael Drake2011-12-221-2/+2
* Make example a smidgen more generic. Free the dom_string created for attribu...Michael Drake2011-12-221-18/+21
* Use ANSI functions for file handling.Michael Drake2011-12-221-8/+6
* Update for current libdom. Has issues.Michael Drake2011-12-222-64/+21
* Enable the class dumping code, but it gives up cleanly on the first class enc...Michael Drake2010-12-081-8/+18
* Unref dom_strings. Still need to unref the nodes.Michael Drake2010-12-051-0/+6
* Add commented out code for getting and dumping the class attribute.Michael Drake2010-12-051-1/+65
* Update for latest lib versions.Michael Drake2010-12-051-136/+144
* Add some comments.Michael Drake2010-12-041-9/+8
* Remove unused libdom client data stuff.Michael Drake2010-12-041-6/+1
* Update LibDOM example to walk though the DOM and print the DOM's structure ou...Michael Drake2010-12-041-44/+106
* Add incomplete LibDOM example.Michael Drake2010-12-033-0/+465