Network Ruby

require 'hpricot'
html = <

  This is the page title


  

Big heading!


  

A paragraph of text.


  
  • Item 1 in a list
  • Item 2
  • Item
    3



END_OF_HTML
doc = Hpricot(html)
puts doc.search("h1").first.inner_html