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


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


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