RSSread 1.5 fixes a couple of bugs that were discovered by Luis.
Some links in the feed weren’t being parsed correctly if they included a “&” (&) character.
This only becomes apparent if the value of the tag is not wrapped in a <![CDATA[]]> tag.
This is due to the way xml_parse() handles special characters like “&” (&)
I have also fixed a couple of bugs that might occur for the other tags.
You can download the updated version from:http://downloads.roganty.co.uk/?get=/rss_read
-Or-
http://www.phpclasses.org/browse/package/2831.html
Instructions for updating your version of RSSread can be found in this post here