In my XSLT 2.0 file, I have to define a static variable say counter and will be using this variable under a for-each() loop. I need to increment this static variable value by 10.
Says for each look, this variable value should be in incremented by 10,20,30,40. Internally I will be assigning this variable to one of target schema element.
Can someone please hep or help me redirecting to relevant post.