in reply to XML::Simple exit problem
your problem seems to be that you have HTML-encoded characters in your xml feed.
The problem is that the only HTML-encoded characters allowed in XML are & (&), < (<), and > (>). Everything else has to be a Unicode character (E.g. ὚). Btw. not all Unicode characters are permitted to be used.
There is a way though to get around all of this: Get your data/characters encased in a CDATA tag.
Now back to your problems and a few solutions
thanks
/oliver/
Update: removed 'either' from sentence without second option.
|
|---|