Subject:getting the count Author:vinayak akkasali Date:20 Aug 2009 12:27 AM
Hi,
i need to get a count of how many times the loop is executed.
How this can be achieved?
I java we achieve this using counters.
please explain how to achieve in xslt.
Subject:getting the count Author:Tony Lavinio Date:20 Aug 2009 09:22 AM
XSLT doesn't work like that.
You can could how many objects match the criteria that the "loop"
would use in executing, which will give the equivalent answer, but
XSLT in a function language, not a procedural one.