> # Parse the web page, extracting links to images
> def parse(host)
> dict = { }
> @body= host.getHTML()This is pretty funky. Parsing HTML is non-trivial. Perhaps a different approach? It doesn't do it today, but I'll bet the ie.show_all_objects method could be hacked to create a manipulable structure of all of the page elements. -Chris _______________________________________________ Wtr-general mailing list [email protected] http://rubyforge.org/mailman/listinfo/wtr-general
