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


First identify the problem.  You're using XSLT to generate HTML, then you're
using that HTML to upload a file, if I understand your description
correctly.  You need to identify which of these two steps is causing the
problem.

Does the XSLT generate the same HTML in both IE5.0 and IE5.5?  If not, then
you might have a setup problem somewhere.  But if the HTML is the same in
both browsers, then you are generating HTML that works in IE5.0 but doesn't
work in IE5.5 (this seems unlikely).

-----Original Message-----
From: Eyal Shneider [mailto:Eyal@ISPFocus.com]
Sent: January 24, 2001 10:48
To: XSL-List@lists.mulberrytech.com
Subject: [xsl] xslt problems with IE5.5


I'm using xslt to format an XML file as an HTML page.

In the xslt I'm using ENCTYPE="multipart/form-data" to allow file uploading.
For some reason, the file is uploaded correctly in IE5.0, but using IE5.5
It doesn't work.
Anybody has an idea on how to solve this?


 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]