Down Translate XML in C#
For years, my preferred approach for processing XML documents has been using a down-translator processor: a set of methods that start processing the DOM from the leaves and compute values that are propagated to their parents, and so on, until it reaches the tree root node. If this seems strange, probably it will get better […]