Hi, If you use Xalan as XSLT processor you might use the -param switch to do what you want.
-PARAM name value (Set a stylesheet parameter) As far as I know you need to use <xsl:with-param> for the entire stylesheet, just like you would when passing parameters to templates. See also: http://xml.apache.org/xalan-j/commandline.html HTH, Michiel $ -----Original Message----- $ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] $ Sent: dinsdag 22 januari 2002 11:00 $ To: [EMAIL PROTECTED] $ Subject: Please help with params - please help $ $ $ Ok guys, what i really need help with is sending params thru to my XSL $ sheet, basically, it would be great if someone could please $ help me with how $ to use params in XSLT. $ What i need is some external data to be written on a PDF $ page, basically a $ fax cover sheet. The process just before the XSL transform $ has 2 bits of $ data that I need to print on the sheet. How can I get it so that I can $ retrieve them and print the data? $ $ Thanx $ $ $ ********************************************************************** $ This email and any files transmitted with it are confidential and $ intended solely for the use of the individual or entity to whom they $ are addressed. If you have received this email in error please notify $ the system manager. $ $ This footnote also confirms that this email message has been swept by $ MIMEsweeper for the presence of computer viruses. $ $ www.mimesweeper.com $ ********************************************************************** $ . $ $ $ ********************************************************************** $ This email and any files transmitted with it are confidential and $ intended solely for the use of the individual or entity to whom they $ are addressed. If you have received this email in error please notify $ the system manager. $ $ This footnote also confirms that this email message has been swept by $ MIMEsweeper for the presence of computer viruses. $ $ www.mimesweeper.com $ ********************************************************************** $ $ --------------------------------------------------------------------- $ To unsubscribe, e-mail: [EMAIL PROTECTED] $ For additional commands, email: [EMAIL PROTECTED] $ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]
