pyrat (owner)

Revisions

gist: 127878 Download_button fork
public
Public Clone URL: git://gist.github.com/127878.git
Ruby
1
2
3
4
5
6
7
xmldoc.find("/*").each do |e|
      begin
        html_string << e.to_s
      rescue
        # do nothing
      end
    end