Subject:XSLT Newbie Increment Question Author:Matt B Date:23 Feb 2007 11:25 AM
Hey,
I have a dataset containing a number of records.
I am using XSLT to filter out certain records by sending each record through three if tests and displaying if they meet the criteria.
I want to tell the user how many records have been displayed not how many are within the dataset.
I know that variables are not variable and that incrementing is not straight forward. Can anyone give me a pointer on how to do this otherwise simple feat?