Re: Updated XSL support in IE5?

Subject: Re: Updated XSL support in IE5?
From: Norman Walsh <ndw@xxxxxxxxxx>
Date: Tue, 22 Feb 2000 10:38:56 -0500
/ Kay Michael <Michael.Kay@xxxxxxx> was heard to say:
| > 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.

I stand corrected. I *swear* I read that modes were a missing
feature at http://msdn.microsoft.com/workshop/xml/general/msxmlprev.asp,
but apparently my glasses were smudged or something, as there's
no mention of them.

                                        Be seeing you,
                                          norm

-- 
Norman Walsh <ndw@xxxxxxxxxx>      | Life always comes to a bad
http://nwalsh.com/                 | end.--Marcel Aym\'e


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


Current Thread