Have you tried to open that XML page in a browser?
Do you write the XML to file before you parse it? Then this could have
something to do with encoding, your computer might not support the
encoding defined in the XML header.
The XML source could also just be unreliable, lacking encoding of some
Hi,
I am using a simple program that downloads an XML file from a web site, then
gets the data from it using XML::Simple, but sometimes, it gives the
following error:
not well-formed (invalid token) at line 2, column 39381, byte 39420 at
D:/usr/site/lib/XML/Parser.pm line 187
I have previously s