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

textnode Method


Returns the collection of text nodes.

Syntax

textnode()

Remarks

This is an Extended XSL Pattern method described in the XQL Proposal Non-MS link.

Example

Find the second text node in each p element in the current context:

p/textnode()[1]


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.