Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re: Facing Problem in XML::Simple

by Anonymous Monk
on Jun 28, 2011 at 07:50 UTC ( [id://911684]=note: print w/replies, xml ) Need Help??


in reply to Facing Problem in XML::Simple

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

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://911684]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others perusing the Monastery: (5)
As of 2024-03-28 15:22 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found