[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

RE: Use of global variable and parameter

Subject: RE: Use of global variable and parameter
From: <Jarno.Elovirta@xxxxxxxxx>
Date: Fri, 4 Jun 2004 07:54:36 +0300
global variable xsl
Hi,

> 	<xsl:variable name="forcountry" select="GB"/>
> 	<xsl:include href="secondxsl.xsl"/>
[snip]
> <xsl:if test="metadata[countryname=$forcountry]">
[snip]
> But, it seems that the value of forcountry is blank within 
> secondxsl.xsl.

Are you sure it's not an empty string in the first stylesheet too? Just a quess, but you're trying to bind the $forcountry to a node-set of nodes with the name "GB" and and as your variable is a top-level element, the root element of your source tree should then be "GB". If you want to bind the $forcountry to a string "BG", use 

  <xsl:variable name="forcountry" select="'GB'"/>

Hopefully I didn't answer a wrong question again,

Jarno

Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.