attributes of ID node

Subject: attributes of ID node
From: Jeremy Quinn <jeremy@xxxxxxxxxxxxxxxxx>
Date: Tue, 28 Dec 1999 15:12:40 +0000
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


Current Thread