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
|