JoomlaRSSFilter - Joomla and nonstandard RSS elements
November 9, 2007 11:33 AM
Subscribe
How to get 'nonstandard' RSS elements working in Joomla's unfamiliar, locked-down world of modules ...
I'm trying to get an RSS feed displaying specific elements on a Joomla-driven site, but the stock RSS modules (MagpieRSS module for Joomla, Simple RSS Feed Reader) don't seem to play well with custom RSS elements.
Given a feed like
<item>
<title>Hey, look, I'm a title</title>
<link>http://server.com</link>
<cn:time>11/09/2007 12:10 am</cn:time>
<cn:thing1>Value 1</cn:thing1>
<cn:thing2>Value 2</cn:thing2>
<cn:thing3>Value 3</cn:thing3>
</item>
.. is there a module out there that'll give me access to elements cn:thing1-3 ? And perhaps do a little HTML work on them for linking, etc? Or am I stuck having to write my own module for this?
posted by bhance to computers & internet (2 comments total)
oh, duh, you said as much in your post.
Ok, here's a quick hacky fix : set up a 'proxy' script whose only job is to parse that XML into a valid RSS feed, then point the Joomla RSS parser at your local script instead of that XML feed.
posted by fishfucker at 1:27 PM on November 9, 2007