This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: xslt problems with IE5.5


The real answer is that 5.5 should have been named 6.0

MS departed from the way things work in 5.0 in numerous areas including core
behaviors and the way events occur/fall through.  This means you cannot
assume that a page that works just dandy in 5.0 will behave the same in 5.5.
The reverse it also true, there are methods available in 5.5 that are not
available in 5.0 and will cause errors in 5.0.  You may find that version
specific code may be necessary to make your page behave as desired in on all
IE 5.x versions.

-----Original Message-----
From: owner-xsl-list@lists.mulberrytech.com
[mailto:owner-xsl-list@lists.mulberrytech.com]On Behalf Of Eyal Shneider
Sent: Wednesday, January 24, 2001 3:34 PM
To: xsl-list@lists.mulberrytech.com
Subject: RE: [xsl] xslt problems with IE5.5


Thanks a lot! (to everybody)

Anyway, after investigating a while I found something really strange about
it :

My XSL file contains a file chooser to allow file uploading.
When I double click the XML file, and the page appears, the sumbit operation
FAILS to upload the file.
However, when I get the HTML generated directly from i.e(using "view xsl
output"), create an HTML file with it,
and run it,the file upload is performed successfuly...
Can someone explain me why does IE5.5 behave differently for an xml file and
for the transformation result?



 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]