how can i pass a parameter to an xsl template using the jrun:xslt tag? i have an xml file with several languages coded into it, and if i simply hard code a param at the beginning of the xsl file, eg. <xsl:param name="lang">FR</xsl:param>, it spits out the French version of the xml file. How can I pass this parameter dynamically, so that it can be determined from the url, a cookie, a session var, etc. in the jsp file? My goal is to call www.mysite.com/page.jsp?lang=EN and have the variable passed along to the xsl file when it is called using <jrun:xslt xsl="language.xsl" xml="data.xml"/> ------------------------------------------------------------------------------ Archives: http://www.egroups.com/group/jrun-interest/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/jrun_talk or send a message to [EMAIL PROTECTED] with 'unsubscribe' in the body.
