xsl-list
[Top] [All Lists]

Re: [xsl] Display the number of records in a group

2010-03-08 07:11:26
anil kumar wrote:

I  want to display the number of records in a group,

  count(current-group())
gives you the number of items in a group established with xsl:for-each-group.


--

        Martin Honnen
        http://msmvps.com/blogs/martin_honnen/

--~------------------------------------------------------------------
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>
--~--