Hi,
At http://www.murky.org/UKPoliBlog I have a syndicated site, (made of feeds)
The issue is that & appears in the links, which invalidates the feeds for each column.
The fix is to change & to &, but as I don't directly control the links this needs to be done automagically, ideally <?php permalink_single_rss(); ?> would have a filter which replaced & with & in links (not replacing & with &amp; of course!)
Does anyone know how I can achieve this?