RSS Reader

29 views
Skip to first unread message

armagan

unread,
Jun 14, 2012, 10:44:59 AM6/14/12
to django...@googlegroups.com
Hi,

I wrote a rss custom feed class and I add an item element with 'handler.addQuickElement(u"city", item['city'])' this function. It's ok I can see the city tags in xml but mozilla's rss reader can't read my city tags. What can I do to fix the problem?

Thank you for your advice.

creecode

unread,
Jun 14, 2012, 12:36:39 PM6/14/12
to django...@googlegroups.com
Hello armagan,

A quick guess.  Mozilla's RSS reader doesn't understand your <city> tag and so passes over it and doesn't display it?  If the <city> tag isn't part of the RSS specification then a "standard" reader isn't going to do anything with your tag.  You would need either a custom reader or one with an extension.


On Thursday, June 14, 2012 7:44:59 AM UTC-7, armagan wrote:

I wrote a rss custom feed class and I add an item element with 'handler.addQuickElement(u"city", item['city'])' this function. It's ok I can see the city tags in xml but mozilla's rss reader can't read my city tags. What can I do to fix the problem?

Toodle-looooooooooo.................
creecode 
Reply all
Reply to author
Forward
0 new messages