Projections and Transformations (LINQ to XML)
This section provides examples of LINQ to XML projections and transformations.
In This Section
Topic |
Description |
---|---|
Shows how to transform dictionaries to XML, and how to transform XML into dictionaries. |
|
Shows how to transform the shape of an XML document. |
|
Shows how to control the type of a LINQ to XML query. |
|
Shows how to project a collection of a user-defined type from a LINQ to XML query. |
|
Shows how to project a more complex object graph from a LINQ to XML query. |
|
Shows how to project a collection of anonymous objects from a LINQ to XML query. |
|
Shows how to transform an XML file to a non-XML text file. |
|
Shows how to use LINQ to parse a CSV file and generate XML from it. |