Warnings are still printed out if errors are recovered. I'm happy with this,
hopefully it'll make people clean up their data feeds.
2007-11-28 Andrew Ruthven
Be more wary about processing what the backend has sent us.
Add support for reading XML from a file.
+ Be a bit more forgiving on the XML we're receiving.
2007-11-23 Andrew Ruthven
Don't set the background when changing the colour.
# Parse the XML
my $parser = XML::LibXML->new();
+ $parser->recover(1);
my $xml = eval { $parser->parse_string( $status ) };
if ($@) {