Hi mrsdiva,
Thanks!
The way you suggested was properly solved my problems in Firefox(FF)
But when I tried to open the URL in IE, it was failed again.
Including both your sitemap.xml and my sitemay.xml.
http://www.max2.tw/blog/sitemap.xml
In my case,
Using the code <?xml version=”1.0″ encoding=”UTF-8″?>
the result is OK for IE , and FF showed the error message.
Using the code <?xml version=”1.0″ encoding=”UTF-8″?>
<!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”>
<stylesheet version=”1.0″ xmlns=”http://www.w3.org/1999/XSL/Transform”>
the result is OK for FF ,and IE showed blank page.
Thus I wonder the root cause is the coding-complier in both IE and FF,
or just the setting of my laptop?
Is there anyone could appear the sitemap.xml using both IE and FF?