Hi All,
I need to pass the increment variable two xslt template calls and where I am looping fist template 3 times and second template 2 times.
Overall the increment variable should reach count to 5.
I tried initializing the increment variable global variable. but it is resulting
First template
Loop1
Loop2
Loop3
Second Template
Loop1
Loop2
Thanks