in reply to Re^3: XML::SAX::ParserFactory policy and differences between parser implementations
in thread XML::SAX::ParserFactory policy and differences between parser implementations
It agrees with my own test: XML::LibXML::SAX does not get the encoding while XML:LibXML::SAX::Parser does.XML::SAX::PurePerl doc () XML::SAX::Expat doc ("Standalone", "", "Encoding", "UTF-8", "Version", "1.0") XML::SAX::ExpatXS doc () decl ("Encoding", "UTF-8", "Version", "1.0", "Standalone", undef) XML::LibXML::SAX::Parser doc () decl ("Version", "1.0", "Encoding", "UTF-8") XML::LibXML::SAX doc () decl ("Version", "1.0")
|
|---|