RE: Updated XSL support in IE5?

Subject: RE: Updated XSL support in IE5?
From: Kay Michael <Michael.Kay@xxxxxxx>
Date: Tue, 22 Feb 2000 14:35:39 -0000
> Ok, <aside>given that the updated XSL module for IE5 supports
> neither named templates nor modes,

I believe that it does support modes.

I got a stylesheet to work under IE5 by replacing all instances of

<xsl:template name="X"> by <xsl:template match="*" mode="X">
and
<xsl:call-template name="X"/> by <xsl:apply-templates select="." mode="X"/>

They aren't precisely equivalent (affects position() and last()) but near
enough for most purposes.

Mike Kay


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


Current Thread