RE: attributes of ID node

Subject: RE: attributes of ID node
From: sara.mitchell@xxxxxxxxx
Date: Tue, 28 Dec 1999 12:36:50 -0500
I believe you are simply missing a /. It
should be something like this:

<xsl:value-of select="id($pid)/@title"/>

Sara

> -----Original Message-----
> From: Jeremy Quinn [mailto:jeremy@xxxxxxxxxxxxxxxxx]
> Sent: Tuesday, December 28, 1999 3:13 PM
> To: xsl-list@xxxxxxxxxxxxxxxx
> Subject: attributes of ID node
> 
> 
> Dear All,
> 
> Can anyone tell me how to get named attributes from a node 
> whose ID I have?
> 
> <xsl:variable name="pid" select="section">
> ...
> <xsl:value-of select="id($pid)@title"/>
> 
> on
> 
> <threads>
>     <thread id="thing" title="">
>         <blah/><blah/><blah/>
>     </thread>
> </threads>
> 
> Does not seem to work.
> The ID is working fine, I can get it's element, just not it's 
> attributes.
> 
> thanks for any help
> 
> Jeremy
> 
>    ___________________________________________________________________
> 
>    Jeremy Quinn                                           Karma Divers
>                                                        webSpace Design
>                                             HyperMedia Research Centre
> 
>    <mailto:jeremy@xxxxxxxxxxxxxxxxx>     
> <http://www.media.demon.co.uk>
>     <phone:+44.[0].207.737.6831>        <pager:jermq@xxxxxxxxxxxxxxx>
> 
> 
> 
>  XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
> 


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


Current Thread