Returns the collection of all nodes except attribute nodes and the root node of the document.
Syntax
node()
Remarks
This is an Extended XSL Pattern method described in the XQL Proposal.
Example
Find the first node in each p element in the current context:
p/node()[0]