RE: Getting all the attribute values

Subject: RE: Getting all the attribute values
From: Ben Robb <Ben@xxxxxxxxxx>
Date: Fri, 7 Apr 2000 17:49:10 +0100
> If you want to extract the attributes in some order do
> <xsl:value-of select="year"/>
> <xsl:value-of select="century"/>

<xsl:value-of select="@year"/>
<xsl:value-of select="@century"/>
[just being picky *grin*]


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


Current Thread