|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: xsl:variable question
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
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|

Cart








