summaryrefslogtreecommitdiff
path: root/other/ruby-hpricot.rb
blob: 4f47b9351b6d6abadd5e67bc7ff443bad67bcec0 (plain)
1
2
3
4
5
6
7
#!/usr/bin/ruby -w
require 'hpricot'

xml = File.read(ARGV[0])
doc = Hpricot(xml)
puts doc