Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » development » xml   (RSS)
Iterative XML Tree Traversal
Here's a C# code snippet for iterative tree traversal of elements in an XML document using XPathNavigator that takes advantage of parent pointers. [ download source ] test.xml 1 <? xml version = " 1.0 " encoding = " UTF-8 " standalone = " no " ?> Read More...
Page view tracker