look out for the following chars..
& which should be escaped as &
> which should be escaped as >
< which should be escaped as <
" which should be escaped as "
' which should be escaped as '
typically it is the ampersand like so
<company name="Harold & Sons">
</company>
and
<company>
<name>Harold & Sons</name>
</company>
do a Find on all ampersands...
Main Topics
Browse All Topics





by: GertonePosted on 2005-05-26 at 07:10:55ID: 14086100
Hi,
nced/Brows ing you can switch on for more error reporting.
there are a bunch of checkboxes in Tools/InternetOptions/Adva
What is the URL?
There might be a byte order mark in the beginning of the file that is bothering your IE, but is not saved on disk.
Or there might be something wrong with the encoding...
cheers,
Geert