I use a PHP snippet to parse RSS feeds, but if there is a normal "&" in the feed instead of the ampersand version "&" then I get a validation output error.
So my question is, can I control or convert somehow the output from the RSS feeds so that it would change the "&" in the ampersand version?
Perhaps a dumb question, but I'll never know unless I ask.