RE: [xsl] How to supply a global parameter to xsl:included modules

Subject: RE: [xsl] How to supply a global parameter to xsl:included modules
From: "M. David Peterson" <m.david@xxxxxxxxxx>
Date: Tue, 29 Jun 2004 08:58:46 -0600
You create a global.xsl that contains the variables and import it on
each page... I know this seems to kill the point but it allows you the
ability to set the variables globally and gain access to them from every
calling page as opposed to having to set them on each page that needs
them. 

Best regards,
 
<M:D/>
 :: Announcing Saxon.NET (v.8.0-B) Java to C# and .NET Conversion
Project ::
 :: Be part of the project development at
http://www.x2x2x.org/x2x2x/home ::
 
 

> -----Original Message-----
> From: Colin Paul Adams [mailto:colin@xxxxxxxxxxxxxxxxxx]
> Sent: Tuesday, June 29, 2004 8:44 AM
> To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> Subject: [xsl] How to supply a global parameter to xsl:included
modules
> 
> How can I supply a global stylesheet parameter to all modules within a
> stylesheet, even if some of them are brought in with xsl:include
> rather than xsl:import?
> --
> Colin Paul Adams
> Preston Lancashire
> 
> --+------------------------------------------------------------------
> XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
> To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
> or e-mail: <mailto:xsl-list-unsubscribe@xxxxxxxxxxxxxxxxxxxxxx>
> --+--


Current Thread