PLEASE DO NOT REPLY TO THIS MESSAGE. TO FURTHER COMMENT ON THE STATUS OF THIS BUG PLEASE FOLLOW THE LINK BELOW AND USE THE ON-LINE APPLICATION. REPLYING TO THIS MESSAGE DOES NOT UPDATE THE DATABASE, AND SO YOUR COMMENT WILL BE LOST SOMEWHERE. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=3133 *** shadow/3133 Wed Aug 15 09:53:50 2001 --- shadow/3133.tmp.11763 Wed Aug 15 09:53:50 2001 *************** *** 0 **** --- 1,25 ---- + +============================================================================+ + | xsl:with-param statements causing error | + +----------------------------------------------------------------------------+ + | Bug #: 3133 Product: XalanJ2 | + | Status: NEW Version: 2.0.0 | + | Resolution: Platform: Sun | + | Severity: Normal OS/Version: Solaris | + | Priority: Other Component: org.apache.xalan.transf | + +----------------------------------------------------------------------------+ + | Assigned To: [EMAIL PROTECTED] | + | Reported By: [EMAIL PROTECTED] | + | CC list: Cc: | + +----------------------------------------------------------------------------+ + | URL: | + +============================================================================+ + | DESCRIPTION | + In XalanJ1 the following code worked fine: + + <xsl:call-template name="someTemp"> + <xsl:with-param name="someName" select="." /> + </xsl:call-template> + + in XalanJ2 the following error is returned: + + xsl:with-param is not allowed in this position in the stylesheet!
