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: Updated XSL support in IE5?


> 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

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