Closed (fixed)
Project:
FeedAPI
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
6 Feb 2008 at 22:40 UTC
Updated:
21 Feb 2008 at 13:21 UTC
Some RSS feeds use the taxo:topics element rather than a category element. See any delicious feed as one example (e.g. del.icio.us/rss/borismann ). Should be easy to grab the trailing tag name and use this just as categories are supported today.
<taxo:topics>
<rdf:Bag>
<rdf:li resource="http://del.icio.us/tag/rdf" />
<rdf:li resource="http://del.icio.us/tag/RDFa" />
<rdf:li resource="http://del.icio.us/tag/microformat" />
<rdf:li resource="http://del.icio.us/tag/via:bendiken" />
</rdf:Bag>
</taxo:topics>
Comments
Comment #1
aron novakWell, I would like to recommend you to use Common Syndication Parser. I tried it out, it supports these tags. Anyway, please grab the latest DRUPAL-5 from the CVS, because i fixed a bug about common syndication parser, which affects this feed type (RDF) too.
Comment #2
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.