Click to return to the XML (Extensible Markup Language) home page    
element Method     pi Method     Collection Methods    
Web Workshop  |  XML (Extensible Markup Language)

node Method


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 Non-MS link.

Example

Find the first node in each p element in the current context:

p/node()[0]


Back to topBack to top

Did you find this topic useful? Suggestions for other topics? Write us!

© 1999 Microsoft Corporation. All rights reserved. Terms of use.