Subject: Re: thoroughly confused about node() matching
From: "Dimitre Novatchev" <dnovatchev@xxxxxxxxx>
Date: Mon, 3 Mar 2003 19:20:04 +0100
|
"Yates, Danny (ANTS)" <danny.yates@xxxxxxxxxx> wrote in message
news:DB3429229181E341996812BE7A3BECAA02FA3087@xxxxxxxxxxxxxxxxxxxxxxxxxxxx
> Robert,
>
> According to the XSLT 1.0 spec
> (http://www.w3.org/TR/1999/REC-xslt-19991116),
> section 5.2 (http://www.w3.org/TR/1999/REC-xslt-19991116#patterns), node()
> matches "any node other than an attribute node and the root node".
This generally is not true. What will be matched by the node test
node()
depends on the axis specifyier that comes with it:
- child::node() matches elements, PIs, comments and text nodes
- parent::node() matches elements or the root node.
- attribute::node() matches attributes
- namespace::node() matches namespaces.
So, depending on the axis, every possible type of node can be matched by the
node() node-test.
Hope this helped.
=====
Cheers,
Dimitre Novatchev.
http://fxsl.sourceforge.net/ -- the home of FXSL
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
| Current Thread |
|
Dimitre Novatchev - Mon, 3 Mar 2003 13:03:24 -0500 (EST) <=
Passin, Tom - Tue, 4 Mar 2003 10:47:39 -0500 (EST)
|
|