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?


/ Kay Michael <Michael.Kay@icl.com> 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@nwalsh.com>      | 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

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