I\'ve to populate a total of 20 elements with XSLT. In my XML code I have a with the values, there is anyway to not to write 20 forms?
My XM
First, use templates instead of for-each, then you can use a recursive template call to emulate a for loop (as seen here):
for-each
1 20