Menu

#11 Improve handling of repeated HTTP vars

open
nobody
5
2002-10-07
2002-10-07
No

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.

Discussion


Log in to post a comment.