RE: How to get XML tag attribute

Subject: RE: How to get XML tag attribute
From: Kay Michael <Michael.Kay@xxxxxxx>
Date: Tue, 21 Mar 2000 10:04:52 -0000
> I am new to XSL.  I saw some tags in XML file has attribute value like
> <FONT style="xxx">.  How do I access the attribute style from 
> an XSL file ?
> I mean what XSL command to use. 

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

But I do suggest that you do a little more reading of the available material
before you ask your next question on this list. Newbies are welcome but it's
nice if you can show that this list isn't the first resource you turned to.
Start with www.xslinfo.com

Mike Kay


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


Current Thread