http://www.perlmonks.org?node_id=539296


in reply to Re: BBC News Reader
in thread BBC News Reader

I also have to fetch BBC RSS at work. Just to note that you can't automatically throw their RSS at an XML parser. For some reason (laziness?) they don't always encode their content correctly. So you can often get titles with plain ampersands in (etc).

Easy to regex out first but. . . .