1 2 3 4 5 6 7
#!/usr/bin/ruby -w require 'hpricot' xml = File.read(ARGV[0]) doc = Hpricot(xml) puts doc