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 browser support


> I've a question... does IE5.5 support XSLT or not ?
> And also please tell me which NS version support XSLT ?

No version of Netscape supports XSLT.

No version of Internet Explorer prior to 6.0 supports XSLT,
unless you go download and install an updated msxml DLL in
"replace mode", which is sometimes a painless procedure and
sometimes a major ordeal.

It is possible to use the <object> element in IE 5.0 and
above to automate the process of installing an updated msxml
DLL in "side-by-side mode", and once that is done, one can
use IE-specific client-side scripting to use this library
to do XSLT transformations.

The verdict is still out on IE 6.0 support. Initial reports
here do not sound promising.

If you are asking about NS, you are probably trying to be
as cross-browser compatible as possible, which means you're
better off not doing client-side XSLT and just stick to doing
it on the server. Just send HTML to the browsers.

   - Mike
____________________________________________________________________________
  mike j. brown, fourthought.com  |  xml/xslt: http://skew.org/xml/
  denver/boulder, colorado, usa   |  personal: http://hyperreal.org/~mike/

 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]