Re: [xsl] node responding to ancestor node attributes

Subject: Re: [xsl] node responding to ancestor node attributes
From: Joerg Heinicke <joerg.heinicke@xxxxxx>
Date: Tue, 16 Jul 2002 22:02:40 +0200
> <xsl:variable name="thisLanguage" select="page/@language"/>

Joerg


Ryan Neil Gillespie wrote:
<xsl:variable name="thisLanguage" select="page[@language]"/>

Then reference the variable with "$thisLanguage". Also, define the
variable immediately after your <stylesheet> tag to make it global.

_ryan

On Tue, 16 Jul 2002, Michael wrote:

In my root node I specifiy the language I'd like output to be in. I tried
matching a template of page[@language = 'es']//content//element[@type =
'1'] but that didn't seem to work. Is there a proper way to check that
sort of data? Is it possible to take that value and set it to a global
variable any node can easily check? Thanks.


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


Current Thread