Subject: Re: XSLT basics
From: Jörg Heinicke <joerg.heinicke@xxxxxx>
Date: Fri, 19 Oct 2001 19:45:04 +0200
|
> 4) descendant::*
>
> -- includes all element nodes, attribute nodes, text nodes, etc. down
> from the current node (in the tree). right or wrong?
This is wrong. The '*' stands for elements, so with descendant::* only all
descendant elements are included. With descendant::node() elements, text
nodes, processing instructions and comments are included. Attributes are not
a part of an axis.
Joerg
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
| Current Thread |
- XSLT basics
- Jonathan Yue - Fri, 19 Oct 2001 13:42:11 -0400 (EDT)
- Jörg Heinicke - Fri, 19 Oct 2001 13:53:56 -0400 (EDT) <=
- Mike Brown - Sat, 20 Oct 2001 02:26:29 -0400 (EDT)
- <Possible follow-ups>
- Jonathan Yue - Mon, 29 Oct 2001 14:22:06 -0500 (EST)
|
|