Skip to content

Instantly share code, notes, and snippets.

@pyrat
Created June 11, 2009 12:37
Show Gist options
  • Save pyrat/127874 to your computer and use it in GitHub Desktop.
Save pyrat/127874 to your computer and use it in GitHub Desktop.
# This is a bugfix, probably broken it.
#while !xmldoc.find(path).empty? do
xmldoc.find(path).each do |e|
convert(e)
end
path << "/*"
#end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment