[Home] [By Thread] [By Date] [Recent Entries]
i want numbering in reports means serial no in table <xsl:template match="*"> <xsl:value-of select="count(preceding::* | ancestor::*) + 1" /> <xsl:text>. </xsl:text> <xsl:value-of select="name()" /> <xsl:apply-templates /> </xsl:template> but on report i got 1 3 5 7 with 0 and with <xsl:value-of select="count(preceding::* | ancestor::*) + 1 i got 2 4 6 XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|

Cart



