xsl-list
[Top] [All Lists]

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

2003-10-21 15:19:05

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



<Prev in Thread] Current Thread [Next in Thread>