3 To register XML::LibXML::SAX::Parser and XML::LibXML::SAX as sax parsers within
4 XML::SAX you got to execute:
6 perl -MXML::SAX -e "XML::SAX->add_parser(q(XML::LibXML::SAX::Parser))->save_parsers()"
7 perl -MXML::SAX -e "XML::SAX->add_parser(q(XML::LibXML::SAX))->save_parsers()"
9 but this will also be done with the post-install script delivered with this
15 to remove the registration of the parsers again execute:
17 sed -e '/XML::LibXML::SAX/,+2d' -i /usr/lib/perl5/site_perl/5.8.8/XML/SAX/ParserDetails.ini