xsl-list
[Top] [All Lists]

Re: thoroughly confused about node() matching

2003-03-03 11:20:04

"Yates, Danny (ANTS)" <danny(_dot_)yates(_at_)ants(_dot_)co(_dot_)uk> wrote in 
message
news:DB3429229181E341996812BE7A3BECAA02FA3087(_at_)lonre001(_dot_)ants(_dot_)anplc(_dot_)co(_dot_)uk(_dot_)(_dot_)(_dot_)
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