= README: XSPF for Ruby This library reads and parses a XSPF playlist file. This is release 0.2. At this early stage of development, it is not yet possible to write XSPF files. Current limitations: - Only read, not write, XSPF files - For "link" and "extension" elements, only the first one is found - The "attribution" element is not parsed (the XML content is returned) - The "extension" element is not parsed (the XML content is returned) Homepage:: http://www.elpauer.org/xspf/ == Licensing XSPF for Ruby is available under the Ruby license and the GPLv2 license == Requirements XSPF for Ruby requires Ruby 1.8.2 or better. It should work with Ruby 1.6 if REXML is installed, but this has not been tested. #-- # XSPF for Ruby # http://rubyforge.org/projects/xspf/ # Copyright 2006 Pau Garcia i Quiles # Licensed under the Ruby license and the GPLv2 license