Re: How to get the value of an attribute

Subject: Re: How to get the value of an attribute
From: Jeni Tennison <Jeni.Tennison@xxxxxxxxxxxxxxxx>
Date: Fri, 19 May 2000 12:27:41 +0100
Christian

>In template name="templ" I want to retrieve the value of the attribute
>"attribute". I tried <xsl:value-of select="$par[@attribute]"/> but that
>doesn't work. I also tried various flavours using curly brackets and stuff
>but I don'tget it to work the way I want.

Try: <xsl:value-of select="$par/@attribute"/> - $par[@attribute] selects
the $par element that has a value for the 'attribute' attribute, so the
value is the content of the $par element.

Cheers,

Jeni

Dr Jeni Tennison
Epistemics Ltd, Strelley Hall, Nottingham, NG8 6PE
Telephone 0115 9061301 ? Fax 0115 9061304 ? Email
jeni.tennison@xxxxxxxxxxxxxxxx



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


Current Thread