Skip to content

Instantly share code, notes, and snippets.

@oki
Created December 21, 2008 21:53
Show Gist options
  • Select an option

  • Save oki/38775 to your computer and use it in GitHub Desktop.

Select an option

Save oki/38775 to your computer and use it in GitHub Desktop.
require 'rexml/document'
xml = REXML::Document.new(File.open("list.xml"))
puts xml.elements.to_a("//entry").size
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment