Posted by Boris Mann on February 6, 2008 at 10:40pm
Jump to:
| Project: | FeedAPI |
| Version: | 5.x-1.x-dev |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Aron Novak |
| Status: | closed (fixed) |
Issue Summary
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
#1
Well, 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.
#2
Automatically closed -- issue fixed for two weeks with no activity.