xsl-list
[Top] [All Lists]

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

2002-12-10 06:57:10

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