http://search.cpan.org/dist/XML-Simple/lib/XML/Simple.pm#ENVIRONMENT
http://search.cpan.org/perldoc?XML::SAX
use XML::SAX; # get a list of known parsers my $parsers = XML::SAX->parsers(); # add/update a parser XML::SAX->add_parser(q(XML::SAX::PurePerl)); # remove parser XML::SAX->remove_parser(q(XML::SAX::Foodelberry)); # save parsers XML::SAX->save_parsers();
3.18. "could not find ParserDetails.ini"
You, need to remove_parser/add_parser to manipulate which parser XML::Simple uses (it edits ParserDetails.ini)
Installing XML::LibXML will ask to edit ParserDetails.ini
Installing XML::SAX::Expat will ask to edit ParserDetails.ini
Installing XML::SAX::ExpatXS will ask to edit ParserDetails.ini
Installing XML::SAX::PurePerl will ask to edit ParserDetails.ini
Those 4 are known-to-work parsers
In reply to Re: Facing Problem in XML::Simple
by Anonymous Monk
in thread Facing Problem in XML::Simple
by pavunkumar
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |