Problem solved! In my web handler logic was:-
Dim Outstring String ... context.Response.ContentType = "text/plain" context.Response.Write(OutputString) I changed this to context.Response.ContentType = "text/xml" Now it works correctly with Firefox and Chrome, so presumably all browsers. It seems that Internet Explorer is not following the standards as strictly as the others. -- You received this message because you are subscribed to the Google Groups "SIMILE Widgets" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/simile-widgets?hl=en.
