Hello,
 
The following xslt code worked great in Xalanj1:
 
<xsl:call-template name="myTemp">
    <xsl:with-param name="var1" select="."/>
</xsl:call-template>
 
but when I use it in XalanJ2 I get the following error:
 
xsl:with-param is not allowed in this position in the stylesheet!
 
Everything I read tells me that my syntax is correct.  What is the problem???

Reply via email to