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: xsl optimization


> at first I was selecting labels using this:
> 
> <xsl:value-of select="label[@id='2']"/>
> 
> and then changed it to:
> 
> <xsl:value-of select="/page/labels/label[@id='2']"/>
> 
> the result was quite good,
> the page was generated 2 or 3 times faster

With which processor?

On Saxon, that change would slow the transformation down fractionally.

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]