Mark R. Diggory wrote:
I'm trying to dynamically set the parameters on an x:transform based on the params in the http request like below:
<c:import var="default" url="/Study/DataSubsettingView.xsl"/>
<x:transform xml="${dom}" xslt="${xslt}"> <c:forEach var="entry" items="${param}"> <c:if test="${entry.key ne 'var'}"> <x:param name="${entry.key}" value="${entry.value}"/> </c:if> </c:forEach> </x:transform>
but I keep getting
27: Encountered illegal body of tag "x:transform" tag, given its attributes.
Is there any way to do this dynamically?
-Mark Diggory
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
