Recursively processings XML elements in C#(prettycode.org)
submitted by
dever(350) 2 years, 5 months ago
Recursion can be tricky. But when you've nailed it, it's damn sexy. Below is a basic outline for recursively processing an XML document for all its child elements, and keeping track of what depth the element is at (how many ancestors, or parents, are above it).
|category: C#
|Views: 36
tags:
C# another
Everyones tags:
Your Tags: