xsl-list
[Top] [All Lists]

Re: Testing the name of parent node

2002-12-20 03:20:32

What do I have instead of @attr when I want to test the nodes name (is this 
called "basename").

to test this node,

test="self::basename"  or test="name(.)='basename'"

(The first is better in most cases)

to test the parents name


test="parent::basename"  or test="name(...)='basename'"

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



<Prev in Thread] Current Thread [Next in Thread>