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: How to get XML tag attribute


> 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

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