RE: [xsl] Selecting elements with param, but still included in xs l: number?

Subject: RE: [xsl] Selecting elements with param, but still included in xs l: number?
From: David Carlisle <davidc@xxxxxxxxx>
Date: Tue, 21 Oct 2003 23:19:05 +0100
don't count all steps 

			<xsl:number level="multiple" count="step"

just count the ones you want to count, which is I think

			<xsl:number level="multiple"
         count="step[(not(@customer) or (@customer=$customer)) and 
	(not(@assembly) or (@assembly=$assembly))]" 


David
- 
http://www.dcarlisle.demon.co.uk/matthew

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


Current Thread