in reply to XML encoding problems...

Look at Text::Iconv for all your encoding conversion needs. You could even just use iconv to convert UTF-8 to ISO-8859-1 when needed.

Replies are listed 'Best First'.
Re: Re: XML encoding problems...
by Lasker (Beadle) on Jan 02, 2002 at 13:27 UTC

    I think I got over the issue by using the apparently undocumented parse() function from Data::DumpXML::Parser (at least, the manpage only talks about parsefile(), leaving clueless newbies like me slightly... f.. er, lost), as crazyinsomniac mentioned. Still have to check if it does what I expect, (update: it does :P) but it's good to have that Text::Iconv thing back there, just in case.

    Therefore, thanks a lot! :-)