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
One way to solve this is by loading the option settings into a variable using the XPath document() function and then using a recursive template:
document()