Jump to content

tracton

Members
  • Posts

    4
  • Joined

  • Last visited

Everything posted by tracton

  1. I finally got a fix that works. I installed MSXML3.0-SP7, found on microsoft.com/xml, which did solve the problem. MSXML is the XML parser called from IE, and I had MSXML3 (but I do not know which Service Pack).Before I tried MSXML, I had installed XP SP2, which did not solve the problem. Note that this implies that XP SP2 does not include the MSXML fixes/upgrades.So to summarize, in IE6, XML documents with embedded XSL stylesheets are now rendered with the style sheet applied to the XML instead of as the underlying XML doc tree (which one would expect to see if no stylesheet existed). Happy, happy, joy, joy.-gregg
  2. How does one tell, from the client side, which MIME type is being used?-g
  3. Probably not: my colleague's browser verison number (6.0.2800.1106.xpsp2.040919-1003) is identical to my own.the only thing left, I think, is some registry setting.
  4. me, too!Take, for example: http://www.w3schools.com/xml/xml_examples.aspand click on this link: Display the food menu styled with the XSL stylesheet (IE6)which is an xml file with a xsl xml-stylesheetIt shows up fine on my colleague's IE6 (service pack 1) but shows the XML tree with my IE6 (service pack 1). Other XML pages have shown the same behavior (OK in friend's IE6, XML tree in my IE6). It also displays fine in Mozilla 1.7.We know that the MIME type probably doesn't matter because it's a w3schools page, served by a IIS which is probably configured with text/xml MIME.Using the 'default' internet options does not seem to affect the display.I searched Microsoft's web site and found this IE6 comment http://support.microsoft.com/kb/329661/en-uswhich says that the first line of an XML file must be: <?xml version="1.0" encoding="iso-8859-1"?>which it is. Also, this IE5 fix: http://support.microsoft.com/kb/239750/EN-US/to honor text/plain MIME typesNothing else on Microsoft's site appeared to be relevant, though.Ideas?-gregg
×
×
  • Create New...