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]

the Muench method


I'd like to add my public plaudits to the insight of the Muench method 
for sorting and grouping, using keys. My stylesheet execution time has 
gone down to a 3rd, and is also more readable. The realisation that
I can cycle quickly over a widely dispersed set of nodes with

  <xsl:for-each select="key('xxxx',$foo)">

really makes me reassess my whole approach in several stylesheets.

Sebastian Rahtz


 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]