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 07:43:42 +0300
Heippa

>    <xsl:template match="BARTLE_TYPE">
>      <TR>
>        <TD>
>           ????????????  What to stick here to get out the NAME attribute

<xsl:value-of select="@NAME" /> or <xsl:value-of select="attribute::NAME" />

Jarno - Cookie Monster: C Is for Cookie


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


Current Thread