mahesh2812 has asked for the wisdom of the Perl Monks concerning the following question:
I have a perl program which reads an xml string and parses it to retrieve the value.
I am using the foll. things:
--------------------------------
Perl Version: Active Perl 5.6.1
XML::DOM
XML::Parser
The XML has encoding type: ISO-8859-1
One of the node has a value "Humörsvängningar". When I read the node value through the Parser we get the string returned as "Humörsvängningar"
Is there a soln to get the right string with the encoding applied appropriately
Edited 2002-03-14 by mirod: changed title, added <p>tags
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: XML Parser
by mirod (Canon) on Mar 14, 2002 at 07:50 UTC |