Improve handling of repeated HTTP vars
Brought to you by:
simonebordet,
tibu
When a var is present more than once in an HTTP Request
only the first one is passed to the XSL template, a
better solution should be devised
possible solutions:
1.
One could convert such array into DOM Elements, then
serialize it to String and
in XSL treat this variable as XML node...
2.
The setParameter method takes
an object as the parameter. It could be that you can
pass a DOM tree and
you can see it at the template.