Roderich Schupp wrote:

That simply means you don't have XML::LibXML::SAX::Parser installed,
try with whatever is the last entry in your XML/SAX/ParserDetails.ini -
should be the same as what the following prints:

perl -MXML::SAX -e 'print ref(XML::SAX::ParserFactory->parser), "\n"'
Thx to all people who help me to track this issue.
It's works now (either the little iconv test and the real project itself), for iconv issue I just change XML encoding in header from ASCII to ISO-8859-1.

Reply via email to