Re: name() and attribute() ?

Subject: Re: name() and attribute() ?
From: Lee Goddard <home@xxxxxxxxxxxxxx>
Date: Wed, 23 Aug 2000 16:02:33 +0100
Dah, drat, yes: not seeing my own nose at the mo,
final project week and all that....

Thanks, Francis.

lee

Francis Norton wrote:
> 
> Hi Lee!
> 
> Lee Goddard wrote:
> >
> > Could someone please tell me the equivalent
> > for name() that will give a node's attributes?
> >
> 
> Possibly simpler than you think - try something like this:
> 
>     <xsl:for-each select="@*">
>       <xsl:text/> attribute name is : <xsl:value-of select="name()"/>
>     </xsl:for-each>
> 
> Francis.
> --
> Francis Norton.
> 
> Defy Convention? Deify Convention!
> 
>  XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list

-- 
Lee Goddard  <l.goddard@sussex>
Research Centre for Cognitive Science, 
University of Sussex, Brighton UK


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


Current Thread