diff options
| author | kou <kou@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2006-06-18 09:22:12 +0000 |
|---|---|---|
| committer | kou <kou@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2006-06-18 09:22:12 +0000 |
| commit | 38634627034de63a4b1cdec50ffcef29228e8fc4 (patch) | |
| tree | ab54ab154fa8ec3327adc9dbbf17fe828e595539 /ChangeLog | |
| parent | 49a72e3e43afc7602304e8aa84c1ca30e4f679a2 (diff) | |
| download | ruby-38634627034de63a4b1cdec50ffcef29228e8fc4.tar.gz ruby-38634627034de63a4b1cdec50ffcef29228e8fc4.tar.xz ruby-38634627034de63a4b1cdec50ffcef29228e8fc4.zip | |
* lib/rss/rss.rb: improved ignore_unknown_element
handling. RSS::NotExpectedTagError provides tag URI.
* lib/rss/parser.rb: ditto.
* lib/rss/0.9.rb: ditto.
* lib/rss/1.0.rb: ditto.
* lib/rss/content.rb: ditto.
* lib/rss/dublincore.rb: ditto.
* lib/rss/image.rb: ditto.
* lib/rss/syndication.rb: ditto.
* lib/rss/taxonomy.rb: ditto.
* lib/rss/trackback.rb: ditto.
* test/rss/rss-assertions.rb: checked URI of not expected tag too.
* test/rss/test_parser.rb: ditto.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@10313 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -1,3 +1,20 @@ +Sun Jun 18 18:13:25 2006 Kouhei Sutou <kou@cozmixng.org> + + * lib/rss/rss.rb: improved ignore_unknown_element + handling. RSS::NotExpectedTagError provides tag URI. + * lib/rss/parser.rb: ditto. + * lib/rss/0.9.rb: ditto. + * lib/rss/1.0.rb: ditto. + * lib/rss/content.rb: ditto. + * lib/rss/dublincore.rb: ditto. + * lib/rss/image.rb: ditto. + * lib/rss/syndication.rb: ditto. + * lib/rss/taxonomy.rb: ditto. + * lib/rss/trackback.rb: ditto. + + * test/rss/rss-assertions.rb: checked URI of not expected tag too. + * test/rss/test_parser.rb: ditto. + Sun Jun 18 18:08:36 2006 Kouhei Sutou <kou@cozmixng.org> * lib/rss/rss.rb: changed empty namespace URI representation to "" |
