Re: name() and attribute() ?

Subject: Re: name() and attribute() ?
From: Francis Norton <francis@xxxxxxxxxxx>
Date: Wed, 23 Aug 2000 13:42:27 +0100
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


Current Thread