- From: Michael Kay <mhkay@iclway.co.uk>
- Date: Mon, 12 Mar 2001 13:29:28 -0000
- To: "'John E. Simpson'" <simpson@polaris.net>, <xsl-editors@w3.org>
> Would it be desirable (and feasible) to include a requirement > to permit passing global parameters to imported stylesheets? > > <xsl:import href="uri"> > <xsl:with-param name="param_name" select="somevalue"/> > </xsl:import> > Would this behave any differently from overriding the parameter in the importing stylesheet, i.e. writing <xsl:import href="uri"/> <xsl:variable name="param_name" select="somevalue"/> ? Mike Kay Software AG
Received on Monday, 12 March 2001 08:27:03 UTC