On Apr 29, 2005, at 7:33 PM, Bill Guindon wrote: > On 4/29/05, Ruby Quiz <james / grayproductions.net> wrote: >> >> You can find an XML file with over 5,000 song names and play time at >> http://rubyquiz.com/SongLibrary.xml.gz (100k compressed). The song >> durations are >> in milliseconds. > > Any suggestions for an easy to use XML library? Or for that matter, > is it ok to convert it to another format? Personally, I'd prefer CSV > or YAML (hate the extra baggage that comes with XML). Certainly you can move the library to any format you want, or come up with your own populated playlist format. I use REXML for XML. http://www.germane-software.com/software/rexml/docs/tutorial.html http://www.ruby-doc.org/stdlib/libdoc/rexml/rdoc/index.html