summaryrefslogtreecommitdiff
path: root/examples/dom-structure-dump.c
Commit message (Collapse)AuthorAgeFilesLines
* Update for current libdom. Has issues.Michael Drake2011-12-221-63/+20
| | | | svn path=/trunk/libdom/; revision=13321
* Enable the class dumping code, but it gives up cleanly on the first class ↵Michael Drake2010-12-081-8/+18
| | | | | | encountered because of a NULL lwc_string. svn path=/trunk/libdom/; revision=11027
* Unref dom_strings. Still need to unref the nodes.Michael Drake2010-12-051-0/+6
| | | | svn path=/trunk/dom/; revision=11010
* Add commented out code for getting and dumping the class attribute.Michael Drake2010-12-051-1/+65
| | | | svn path=/trunk/dom/; revision=11007
* Update for latest lib versions.Michael Drake2010-12-051-136/+144
| | | | svn path=/trunk/dom/; revision=10996
* Add some comments.Michael Drake2010-12-041-9/+8
| | | | svn path=/trunk/dom/; revision=10967
* Remove unused libdom client data stuff.Michael Drake2010-12-041-6/+1
| | | | svn path=/trunk/dom/; revision=10965
* Update LibDOM example to walk though the DOM and print the DOM's structure ↵Michael Drake2010-12-041-44/+106
| | | | | | out. Still needs to be updated to print class attribute/value when present. Also, still needs a bit of tidying and more comments. svn path=/trunk/dom/; revision=10960
* Add incomplete LibDOM example.Michael Drake2010-12-031-0/+234
svn path=/trunk/dom/; revision=10953