Re: [xsl] RE: Can I generate position() values for nodes I reference by key()?

Subject: Re: [xsl] RE: Can I generate position() values for nodes I reference by key()?
From: David Carlisle <davidc@xxxxxxxxx>
Date: Wed, 23 Mar 2005 22:27:04 GMT
oh I should have said, probably just using 
<xsl:number/>
would also give you what you want (and might b emore erricient than
using count() on preceding::, I seem to remember Michael saying saxon
(at least) spots when consecutive executions of xsl:number are going to
just increase some count by 1, and just does that internally rather than 
really doing the count each time.

David

________________________________________________________________________
This e-mail has been scanned for all viruses by Star. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________

Current Thread