Another thread here made me realize that I have a perfect use for RubyfulSoup. I own a site that was built with the ISP's online site building tools. I want to move the site to different hosting before my one year "subscription" runs out, and scraping the site and formatting just the text of each page against a template html file will be the best way to do it. Alas, I am a complete noob to roob, and I always find that I learn things much more easily by studying (i.e. stealing and modifying) example code than by studying docs. I was wondering if anyone could point me to some example code that is using RubyfulSoup to parse a sitemap to get links to all the pages on that site and request each page and grab things from it. many thanks, jp -- Posted via http://www.ruby-forum.com/.