xmltree.rb

Path: lib/html/xmltree.rb
Last Update: Thu Feb 18 07:36:30 +0000 2010

This is a tree building HTML parser that makes an XML structure using the format of REXML.

Typical usage is:

  parser = HTMLTree::XMLParser.new(false, false)
  parser.parse_file_named('whatever.html')
  # then you have the tree built..
  parser.document # is a REXML::Document
Copyright:Copyright (C) 2003, Johannes Brodwall <johannes@brodwall.com>, Copyright (C) 2002, Ned Konz <ned@bike-nomad.com>
License:Ruby‘s
CVS ID:$Id: xmltree.rb,v 1.2 2004/09/24 23:28:55 jhannes Exp $

Required files

html/tags   html/stparser   rexml/element   rexml/document  

[Validate]