demo/degolive.rb            example: Removes GoLive markup from HTML
demo/ebaySearch.rb          example: Searches eBay
demo/xpath.rb               example: Exploration of XPath queries
lib/html/element.rb         HTMLTree:: elements
lib/html/tags.rb            HTML::Tag and friends
lib/html/tree.rb            HTMLTree::Parser
lib/html/sgml-parser.rb     HTML::SgmlParser - patched version of ruby lib
lib/html/stparser.rb        HTML::StackingParser
lib/html/xpath.rb           HTMLTree:: XPath add-ons (needs REXML installed)
test/tc_html-element.rb     Test for html/element.rb
test/tc_html-tree.rb        Test for html/tree.rb
test/tc_stacking-parser.rb  Test for html/stparser.rb
test/tc_xpath.rb            Test for html/xpath.rb
install.rb                  Installer program
Makefile                    Auxiliary makefile for documentation, etc.
doc/ (and its subdirs)      HTML documentation - build with rdoc
doc/index.html              Root of HTML documentation
pre-install.rb              Runs tests before installation
README                      Intro and changes
INSTALL                     How to install
