in reply to Parse XML file encoded in ISO-8859-1
in thread XML Parsing

It should work provided the xml prolog specifies the correct encoding and you have an XML module that handles this correctly (most newer ones do).

XML::Twig should work, and also provides means to specify input and output encoding "manually". See the XML::Twig docs.

  • Comment on Re: Parse XML file encoded in ISO-8859-1