A Tutorial in the Recursive Approach to Pure Functional Transformations of XML
Writing pure functional transformations a in a recursive style enables us to put together interesting transformations in a very small amount of code. Using some specific techniques that allow us to write this code very concisely, this approach takes advantage of some perhaps obscure semantics of LINQ to XML. I’ve used this approach to write some interesting transformations – it has become my favorite way to write transformations of a certain variety
More:
A Tutorial in the Recursive Approach to Pure Functional Transformations of XML


