summaryrefslogtreecommitdiff
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* Fix for current libdom.Michael Drake2012-10-111-20/+2
* Update. Still broken.Michael Drake2012-10-111-1/+2
* Dump the title to prove dom_node_get_text_contentDaniel Silverstone2012-03-241-0/+11
* Debugging more useful than optimisationDaniel Silverstone2012-03-241-1/+1
* Pedantic wrap change.Michael Drake2012-02-151-1/+2
* Make tag name stand out a bit more clearly in output.Michael Drake2012-02-151-1/+1
* dom_node_internal should never appear in client code: replace with dom_node a...John Mark Bell2012-02-061-7/+23
* Intern attribute nameJohn Mark Bell2012-02-061-1/+1
* 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