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
If you have an xml structure with at least $n elements (even nested) in $structure:
Yes, it is hackish, but conceptually easier than a recursive function.