RE: How to represent attribute list?

Subject: RE: How to represent attribute list?
From: Kay Michael <Michael.Kay@xxxxxxx>
Date: Fri, 16 Jul 1999 09:52:08 +0100
> Is there a way for me to represent the attribute list in XSL?
> 
> e.g.
> 
> <company stock="100" address="NY" ... > IBM </company>
> 

Try <xsl:variable name="atts" expr="company/@*"/>

MK


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


Current Thread