Re: [xsl] Retrieving unknown attribute values
by Vasu Chakkera other posts by this author
Oct 14 2002 8:46AM messages near this date
Re: [xsl] Error xsl:param may not be used here
|
Re: [xsl] Retrieving unknown attribute values
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
Thread:
Vasu Chakkera
Peter Davis
|