in reply to XML::Simple parser issue
XML::SAX::PurePerl is bundled with XML::SAX but you can and should install an alternate parser module to work withing the SAX framework. If you install another SAX parser such XML::SAX::Expat or XML::SAX::ExpatXS then it will become the system default SAX parser. In addition to not having the bug you're encountering, either of these modules will be significantly faster.
|
|---|