aboutsummaryrefslogtreecommitdiffstats
path: root/lib/rss/1.0.rb
diff options
context:
space:
mode:
authorkou <kou@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-04-07 03:36:38 +0000
committerkou <kou@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-04-07 03:36:38 +0000
commit8dfa6fb0a80d633d71987f06462823ca13b67be8 (patch)
treeccf92cc3af99d21f06a5a9c32d02e247abe74592 /lib/rss/1.0.rb
parent4ded52b623ebd1b3de12db82f8b54cc156c1fd28 (diff)
downloadruby-8dfa6fb0a80d633d71987f06462823ca13b67be8.tar.gz
* lib/rss/parser.rb, lib/rss/1.0.rb: accepted rdf:resource or
resource attribute in rdf:li. * test/rss/test_parser.rb: added test for above change. * lib/rss/dublincore.rb: reverted style. * lib/rss/xmlparser.rb: normalized XMLParser class hierarchy. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@6115 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/rss/1.0.rb')
-rw-r--r--lib/rss/1.0.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rss/1.0.rb b/lib/rss/1.0.rb
index 6c33f1695d..696b492ada 100644
--- a/lib/rss/1.0.rb
+++ b/lib/rss/1.0.rb
@@ -150,7 +150,7 @@ EOT
end
[
- ["resource", nil, true]
+ ["resource", [URI, nil], true]
].each do |name, uri, required|
install_get_attribute(name, uri, required)
end