pyrat (owner)

Revisions

gist: 127874 Download_button fork
public
Public Clone URL: git://gist.github.com/127874.git
Ruby
1
2
3
4
5
6
7
 # This is a bugfix, probably broken it.
    #while !xmldoc.find(path).empty? do
    xmldoc.find(path).each do |e|
      convert(e)
    end
    path << "/*"
    #end