Subject: Re: How to represent attribute list?
From: Honglin Su <hosu@xxxxxxxxxxx>
Date: Fri, 16 Jul 1999 11:59:54 -0400
|
It works! Thank you!
Honglin
Kay Michael wrote:
> > 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
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|