[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

Re: xsl:variable question


Subject: Re: xsl:variable question
From: Steve Tinney <stinney@xxxxxxxxxxxxx>
Date: Wed, 29 Dec 1999 17:09:55 -0500

costempd@xxxxxxxxxx wrote:
> If I set my variable within the called template, it works. So
> it seems my problem is the scope of the variable.
> I thought my variable would be global if I set it within the first
> template (match="MYROOT"), but I end up with a null value, ie:
> " <u><xsl:value-of select="$BusinessPartnerContract"/></u>"
> becomes
>  "<u></u>"
> 

Have you tried setting it outside the first template?

i.e.:

<xsl:stylesheet.../>
<xsl:variable name="BusinessPartnerContract">...</xsl:variable>
<xsl:template match="/">
...

 Steve

-- 
----------------------------------------------------------------------
Steve Tinney                                        Babylonian Section
                                 *   University of Pennsylvania Museum
stinney@xxxxxxxxxxxxx                          Phila, PA. 215-898-4047


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list



Current Thread