in reply to Re^2: XML::Simple error
in thread XML::Simple error

did you change the xml file? this error msg sounds like malformed xml.

Replies are listed 'Best First'.
Re^4: XML::Simple error
by boboson (Monk) on Mar 16, 2006 at 14:56 UTC
    Nop, it looks like this
    <?xml version="1.0" encoding="ISO-8859-1"?> <config> <language>SE</language> </config>
      The error message said "(invalid token) at line 11, column 40, byte 458", but your XML is only 4 lines long and less than 100 bytes? Something is not as you think it is.