[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

Re: [xsl] Test for current node being an element or attribute?


Subject: Re: [xsl] Test for current node being an element or attribute?
From: David Carlisle <davidc@xxxxxxxxx>
Date: Tue, 10 Dec 2002 13:57:10 GMT

To point it out: I have to manipulate the contents of the nodes and
therefor I apply <xsl:element name="{name()}"> and
<xsl:attribute name="{name()}"> on these specific nodes

you could just use
test="self::*" which is true for elements and false for
attributes  but for your purpose you probably don't need a test at all,
just use


<xsl:copy>

in both cases and it'll do the right thing.

David

_____________________________________________________________________
This message has been checked for all known viruses by Star Internet
delivered through the MessageLabs Virus Scanning Service. For further
information visit http://www.star.net.uk/stats.asp or alternatively call
Star Internet for details on the Virus Scanning Service.

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



Current Thread