xsl-list
[Top] [All Lists]

[xsl] Re: Counting preceding elemets of similar node, but in different branch

2008-07-24 07:19:34
Thanking you all very much. Both <xsl:number level="any"/> as well as
<xsl:value-of select="count(preceding::QUESTION) + 1"/> worked fine. Due
to simplicity, using <xsl:number/>.

Regards,
karl

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--