Well, that didn't take long: Eric White has already posted a series of blog posts on using Linq to XML with Open XML. He covers the basics of packages and parts, and then presents an OpenXMLDocument class that converts any Open XML document into a hierarchical object graph on which it is easy to write LINQ to
Similar Posts
In the first post in this series we gave some background to a problem the LINQ to XML design team has been working on for some time how to easily yet efficiently
We're starting to see some real applications that demonstrate how easy it is to use LINQ to XML (I'm just gonna keep abbreviating it XLinq ) to get real
This is the first of a multi-post series on how to use LINQ to XML in scenarios that require streaming over a large input and or output data source rather
In a previous post we presented an overview of the XML Features in the Orcas Community Technology Preview . This post gives some more details and examples