hello,

in my jsp, i'd like to do something like this:

<x:transform xml="${xml}" xslt="${xsl}">
   <c:if test="${condition}">
        <x:param name="paramname" value="paramvalue"/>
   </c:if>
</x:transform>

intended semantics: depending on the condition, the xsl transformation is
invoked with a parameter or no parameter.

unfortunately, i constantly receive this error message:

"Encountered illegal body of tag "x:transform" tag, given its attributes."

my configuration is as follows:
jdk 1.4.1
tomcat 4.1.12
jstl 1.02

could anyone help me out?

regards,

andreas


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to