Changes

Jump to navigation Jump to search
no edit summary
Line 91: Line 91:  
I found this [http://perl-xml.sourceforge.net/faq/#parserdetails.ini link]
 
I found this [http://perl-xml.sourceforge.net/faq/#parserdetails.ini link]
 
We need to build this file!
 
We need to build this file!
 +
 +
touch /usr/lib/perl5/vendor_perl/5.8.5/XML/SAX/ParserDetails.ini
 +
perl -MXML::SAX -e "XML::SAX->add_parser(q(XML::SAX::PurePerl))->save_parsers()"
 +
chmod 0444 /usr/lib/perl5/vendor_perl/5.8.5/XML/SAX/ParserDetails.ini
 +
 +
Here's the content of generated file:
 +
[XML::SAX::PurePerl]
 +
http://xml.org/sax/features/namespaces = 1
 +
 +
No more warning! :-D
 +
    
Cool34000
 
Cool34000
 
----
 
----
498

edits

Navigation menu