[Home] [By Thread] [By Date] [Recent Entries]
What do the specifications say about the following:
<root>
<a>
<b>
<c>
...
</c>
</b>
</a>
</root>
===
...
<xsl:template match="a/b/c">
<xsl:number level="single" count="a"/>
</xsl:template>
...
Is it normal that the number prints "0" all the time?
Victor.
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|

Cart



