Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This section provides examples of more advanced LINQ to XML query techniques.
In This Section
Topic |
Description |
---|---|
Shows how to use the Join clause to take advantage of relationships in XML data. |
|
Shows how to group data, and then generate XML based on the grouping. |
|
Shows how to retrieve collections based on XPath queries. |
|
Shows how to write a LINQ to XML axis method. |
|
Shows how to transform very large text files into XML while maintaining a small memory footprint. |
|
Presents a utility method that lists all nodes in an XML tree. This is useful for debugging code that modifies an XML tree. |
|
How to: Retrieve Paragraphs from an Office Open XML Document |
Presents code that opens an Office Open XML Document, retrieves the paragraphs in a collection of XElement objects, the text of the paragraphs, and the style of the paragraphs. |
Presents code that opens, modifies, and saves an Office Open XML Document. |
|
Presents code that creates an XML tree from the file system. |