From: Kouhei Sutou Date: 2004-11-19T18:38:19+09:00 Subject: Re: (Yet Another?) RSS::Parser test suite Hi, In <1100730438.259408.38090@z14g2000cwz.googlegroups.com> "(Yet Another?) RSS::Parser test suite" on Thu, 18 Nov 2004 07:28:16 +0900, "Giulio Piancastelli" wrote: > There already are failures and errors channel_author.xml: Why does /rss/channel/author exist? RSS 2.0 spec.(*) doesn't say it exists. (*) http://blogs.law.harvard.edu/tech/rss channel_dc_author.xml: I can't find the specification of RSS 2.0 with Dublin Core. channel_dc_subject.xml: ditto. item_dc_author.xml: ditto. item_dc_subject.xml: ditto. item_enclosure_multiple.xml: Where is the description of multiple enclosures? rss_namespace_*.xml: Where is the description of RSS with namespace? rss_version_090.xml: RSS Parser doesn't support RSS 0.9. rss_version_201.xml: I can't understand what means this test. rss_version_21.xml: ditto. > For example, I've imported 'rss/dublincore' but > still seem to be unable to access 'dc_subject' and 'dc_author' fields > in both item and channel. Where is the specification of RSS 2.0 with Dublin Core? I can't support it, if it doesn't exist. Because of validation. -- kou