Re: [xsl] Retrieving unknown attribute values

Subject: Re: [xsl] Retrieving unknown attribute values
From: "Vasu Chakkera" <vasucv@xxxxxxxxxxx>
Date: Mon, 14 Oct 2002 08:46:18 +0000
This is probably the most basic question, i am sure u wud have known if u had checked any standard XSLT Book

if you have an element of the type
<myelement myattribute = "myval">

then u shud refer to the myattribute in the following way

<xsl:value-of select = "myelement/@myattribute"/>

HTH
Vasu

_________________________________________________________________
Chat with friends online, try MSN Messenger: http://messenger.msn.com


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



Current Thread