XPathNavigator - how do I determine if it has no children ?

EDN Admin

Well-known member
Joined
Aug 7, 2010
Messages
12,794
Location
In the Machine
Hi all;
How can I determine if when Im using XPathNavigator.MoveToFirstChild/MoveToNext if I am on an element that has text, but no children <nodes>? The call XPathNavigator.HasChildren is true because the text for that node is a child.
??? - thanks - dave <hr class="sig http://www.huffingtonpost.com/david-thielen/the-programming-olympics_b_972273.html The Programming Olympics - Code Wars

View the full article
 
Back
Top