wolfie78uk
Programmer
Hi,
I am experiencing a problem when opening an XML file in IE5.5. I cannot include the exact file for confidentiality reasons but I have included one that replicates the error :
<?xml version="1.0" encoding="UTF-8" ?>
<simon annoyed="true" frustrated="very">
Stupid pound sign : £
</simon>
Now, I and another colleague can view this file perfectly but two other colleagues using the same browsers cannot. They get the error :
"An invalid character was found in text content. Error processing resource 'file:///C:/My Documents/My Received Files/Simon.xml'. Line 3, Position 25"
However, when the encoding is changed to iso-8859-1 in the XML file they can view it without any problems. Unfortunately, changing the encoding is not an option as this is part of a huge system that relies on having consistent UTF-8 encoding throughout.
It is most odd and I would appreciate any help that you could provide. A search on Google and Google Groups did not turn up much.
Thanks in advance,
Simon
I am experiencing a problem when opening an XML file in IE5.5. I cannot include the exact file for confidentiality reasons but I have included one that replicates the error :
<?xml version="1.0" encoding="UTF-8" ?>
<simon annoyed="true" frustrated="very">
Stupid pound sign : £
</simon>
Now, I and another colleague can view this file perfectly but two other colleagues using the same browsers cannot. They get the error :
"An invalid character was found in text content. Error processing resource 'file:///C:/My Documents/My Received Files/Simon.xml'. Line 3, Position 25"
However, when the encoding is changed to iso-8859-1 in the XML file they can view it without any problems. Unfortunately, changing the encoding is not an option as this is part of a huge system that relies on having consistent UTF-8 encoding throughout.
It is most odd and I would appreciate any help that you could provide. A search on Google and Google Groups did not turn up much.
Thanks in advance,
Simon