ruby/lib/rss
kou faeff623e0 * lib/rss/rss.rb (Hash#merge, Enumerable#sort_by): removed.
* lib/rss/rss.rb (RSS::RootElementMixin#to_xml): added.
  [ruby-talk:197284]

  We can convert RSS version easily like the following:
    rss10 = RSS::Parser.parse(File.read("1.0.rdf"))
    File.open("2.0.rss", "w") {|f| f.print(rss10.to_xml("2.0"))}

* test/rss/test_1.0.rb: added #to_xml test.
* test/rss/test_2.0.rb: ditto.

* test/rss/rss-testcase.rb: added some helper methods that
  generates sample RSS 2.0.

* sample/rss/convert.rb: added a sample script to convert RSS format.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@10301 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2006-06-17 01:37:08 +00:00
..
maker * lib/rss/rss.rb (Kernel#funcall): removed. 2006-06-17 01:28:46 +00:00
0.9.rb * lib/rss/rss.rb (Hash#merge, Enumerable#sort_by): removed. 2006-06-17 01:37:08 +00:00
1.0.rb * lib/rss, test/rss: backported from trunk. (2005-11-16 - now) 2006-06-17 01:02:08 +00:00
2.0.rb * lib/rss, test/rss: backported from trunk. (2005-11-16 - now) 2006-06-17 01:02:08 +00:00
content.rb * lib/rss: backoported from HEAD. 2005-04-09 03:09:52 +00:00
converter.rb * lib/rss/: untabified. 2004-10-16 04:51:15 +00:00
dublincore.rb * lib/rss: backoported from HEAD. 2005-04-09 03:09:52 +00:00
image.rb * lib/rss, test/rss: backported from trunk. (2005-11-16 - now) 2006-06-17 01:02:08 +00:00
maker.rb * lib/rss, test/rss: backported from trunk. (2005-11-16 - now) 2006-06-17 00:26:41 +00:00
parser.rb * lib/rss/rss.rb (Kernel#funcall): removed. 2006-06-17 01:28:46 +00:00
rexmlparser.rb * lib/rss, test/rss: backported from trunk. (2005-11-16 - now) 2006-06-17 00:51:31 +00:00
rss.rb * lib/rss/rss.rb (Hash#merge, Enumerable#sort_by): removed. 2006-06-17 01:37:08 +00:00
syndication.rb * lib/rss, test/rss: backported from trunk. (2005-11-16 - now) 2006-06-17 01:02:08 +00:00
taxonomy.rb * lib/rss, test/rss: backported from trunk. (2005-11-16 - now) 2006-06-17 00:28:36 +00:00
trackback.rb * lib/rss, test/rss: backported from trunk. (2005-11-16 - now) 2006-06-17 00:49:38 +00:00
utils.rb * lib/rss: backoported from HEAD. 2005-04-09 03:09:52 +00:00
xml-stylesheet.rb * lib/rss, test/rss: backported from trunk. (2005-11-16 - now) 2006-06-17 00:49:38 +00:00
xmlparser.rb * lib/rss, test/rss: backported from trunk. (2005-11-16 - now) 2006-06-17 00:51:31 +00:00
xmlscanner.rb * lib/rss, test/rss: backported from trunk. (2005-11-16 - now) 2006-06-17 00:51:31 +00:00