RE: [xsl] retriving attribute values from an element with attributes

Subject: RE: [xsl] retriving attribute values from an element with attributes
From: "Jarno Elovirta" <jarno@xxxxxxxxxxxxxx>
Date: Fri, 1 Jun 2001 09:32:10 +0300
> ><xsl:value-of select="@NAME" /> or <xsl:value-of
> select="attribute::NAME" />
>
> is one of those more effecient or considered canonical form (ie
> will always
> be there any effected by versioning of the xsl standard and processors)?

@ is just a shorthand for the attribute axis, so they are identical when it
comes to prosessing. See http://www.w3.org/TR/xpath for more information.

Jarno - VNV Nation: Standing (motion)


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


Current Thread