Remark: : Node count
1 2 3 4 5 6 7 |
<xls:variable name="LegCount" select="count(//Property[@Name = 'Alive' and long = '11007'])/> LegCount : <xsl:value-of select='@LegCount'/> => LegCount : 2 |
1 2 3 4 5 |
<xsl:number value="position()" format="01"/> // 01 |