What behavior are you seeing, exactly? What is breaking? And have you
seen this on any other browser on any other platform? Can you provide a
small testcase showing exactly what is happening? Either post it here or
make it available directly from the web so we can test it out with
different browsers on different platforms. Make sure to spell out what one
should expect and then what is actually happening when the bug occurs.
Jake
At 01:39 AM 7/25/2003 +0800, you wrote:
Got a interesting problem using Mac IE and XMLC
Apparently,
<meta content="text/html; charset=UTF-8"
http-equiv="Content-Type">
is different from:
<meta http-equiv="Content-Type"
content="text/html;charset=UTF-8">
IE is making assumption on the order of attributes!!! However, XMLC
renders the attributes according to the sorted order of attribute names.
This breaks the pages that's not in default encoding of the browser.
Any suggestion about fixing this?
David
_______________________________________________
XMLC mailing list
XMLC@xxxxxxxxxxx
http://www.enhydra.org/mailman/listinfo.cgi/xmlc
|