NAME
XML::Liberal - Super liberal XML parser that parses broken XML
SYNOPSIS
use XML::Liberal;
my $parser = XML::Liberal->new('LibXML');
my $doc = $parser->parse_string($broken_xml);
DESCRIPTION
XML::Liberal is a super liberal XML parser that can fix broken XML stream and create a DOM node out of it.
This module is ALPHA SOFTWARE and its API and internal class layouts etc. are subject to change later.
BUGS
This module tries to fix the XML data in various ways, some of which might alter your XML content, especially bytes written in CDATA.
AUTHOR
Tatsuhiko Miyagawa <miyagawa@bulknews.net>
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.