From: Cs Webgrl Date: 2008-12-31T08:33:26+09:00 Subject: Problems with scRUBYt Hi. I am currently scraping a page with scRUBYt and am not getting the results as expected. Instead of the correctly formatted xml document I'm getting the following. <1>book a <1>book b <1>book c <2>chapter aa <2>chapter bb <2>chapter cc <3>verse aaa <3>verse bbb <3>verse ccc My code looks like this: listing "//a[@id*='volume'>" do book "//a[@class='1']" chapter "//span[@class='2']" verse "//a[@id*='3']" end Any ideas? Sorry for the sample data, but hopefully someone has seen this before and can help. -- Posted via http://www.ruby-forum.com/.