Path: | lib/html/xmltree.rb |
Last Update: | Mon Feb 22 14:40:15 +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 $ |