You are viewing a plain text version of this content. The canonical link for it is here.
Posted to j-users@xalan.apache.org by "Kumar, Suraj" <Su...@usa.xerox.com> on 2003/12/10 15:42:56 UTC

RE: Can't get passed in parameters to work

You need to specify the <xsl:param> tag in the contents of <xsl:stylesheet>
instead of the template.  

-----Original Message-----
From: Joseph Shraibman [mailto:jks@selectacast.net]
Sent: Tuesday, December 09, 2003 10:48 PM
To: xalan-j-users@xml.apache.org
Subject: Can't get passed in paramaters to work


See http://tupari.net/~jks/xalan-bug/ for code

I can get the example UseStylesheetParam to work, but I can't get my 
very similar code to work.  Can anyone tell me what I'm doing wrong?

Re: Can't get passed in parameters to work

Posted by Joseph Shraibman <jk...@selectacast.net>.
Kumar, Suraj wrote:
> You need to specify the <xsl:param> tag in the contents of <xsl:stylesheet>
> instead of the template.  
> 
That worked, thanks.