Microsoft XML 2.5 SDK
Returns the collection of text nodes.
Syntax
textnode()
Remarks
This is an Extended XSL Pattern method described in the XQL Proposal.
Example
Find the second text node in each p element in the current context:
p/textnode()[1]