in reply to XMLin() hangs with encoding="ISO-8859-1"

Maybe I've missed the news but since when are dots allowed in XML tag names? - never mind, they are. You learn something new every day :-)

Update: at my perl (5.8.8 linux-thread-multi) and XML::Simple v2.12, your code seems to run without any problems.

  • Comment on Re: XMLin() hangs with encoding="ISO-8859-1"

Replies are listed 'Best First'.
Re^2: XMLin() hangs with encoding="ISO-8859-1"
by Hammy (Scribe) on Sep 15, 2006 at 01:36 UTC
    That is why it confused me so much because it is supposed to work, it just doesn't. It could be the fact I have an older version of perl (5.6.1). My test box, 5.8.5 works as well. I was afraid it was a version think, but I don't have to like it. Thanks.