This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: retriving attribute values from an element with attributes


> ><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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]