XML not rendering properly in IE5.0
-
Hi I am having problems outputing XML data in IE5.0. The XML data is written to a Session variable and has an XSLT stylesheet linked to it and I then use Response.Write to output the final sheet of data. The problem is that the data within the XML file is not showing but the layout specifcied in the XSLT file is showing fine, so its liek an empty form. In IE6 the sheet of data shows up perfectly. I was wondering if the IE5's XML parser was rather different to the one in IE6 which causes this problem or if it was some other problem. Amy help at all on shedding light on this would be really great Cheers John
-
Hi I am having problems outputing XML data in IE5.0. The XML data is written to a Session variable and has an XSLT stylesheet linked to it and I then use Response.Write to output the final sheet of data. The problem is that the data within the XML file is not showing but the layout specifcied in the XSLT file is showing fine, so its liek an empty form. In IE6 the sheet of data shows up perfectly. I was wondering if the IE5's XML parser was rather different to the one in IE6 which causes this problem or if it was some other problem. Amy help at all on shedding light on this would be really great Cheers John
IE5.5 and IE6 have different XSLT engines.