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]
Find the second text node in each p element in the current context:
p/textnode()[1]
Back to top
Did you find this topic useful? Suggestions for other topics? Write us!
© 1999 Microsoft Corporation. All rights reserved. Terms of use.