A useful oneliner for the feed web
#!/usr/bin/perl
use XML::Liberal;
XML::Liberal->new->parse_fh(STDIN)->toFH(STDOUT);
That way you can stop caring about the fact that a lot of people are incorrigible bozos. 1
The way the module works is quite an amusing hack, by the way.