Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/standard/linq/build-linq-xml-examples.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "How to build LINQ to XML examples"
title: How to build LINQ to XML examples
description: The C# and Visual Basic code in this documentation uses classes and types from various namespaces. To compile and run the code you must provide appropriate directives and statements to access the namespaces.
ms.date: 07/20/2015
ms.assetid: e5d18fa1-2704-48fe-a44b-1564f97c9e9c
Expand Down
2 changes: 1 addition & 1 deletion docs/standard/linq/catch-parsing-errors.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "How to catch parsing errors - LINQ to XML"
title: How to catch parsing errors - LINQ to XML
description: An exception can occur in your C# or Visual Basic program if it tries to parse invalid XML with a method such as XElement.Parse. You can write the program to catch and respond to such exceptions.
ms.date: 7/20/2015
dev_langs:
Expand Down
2 changes: 1 addition & 1 deletion docs/standard/linq/chain-axis-method-calls.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "How to chain axis method calls - LINQ to XML"
title: How to chain axis method calls - LINQ to XML
ms.date: 07/20/2015
dev_langs:
- "csharp"
Expand Down
2 changes: 1 addition & 1 deletion docs/standard/linq/control-namespace-prefixes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "How to control namespace prefixes - LINQ to XML"
title: How to control namespace prefixes - LINQ to XML
description: You can control namespace prefixes when serializing an XML tree in C# and Visual Basic. To do this, insert attributes that declare namespaces.
ms.date: 07/20/2015
dev_langs:
Expand Down
2 changes: 1 addition & 1 deletion docs/standard/linq/create-document-namespaces-csharp.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "How to create a document with namespaces in C# - LINQ to XML"
title: How to create a document with namespaces in C# - LINQ to XML
description: Use the XNamespace object in C# to create documents that have default namespaces or namespaces with a prefix.
ms.date: 07/20/2015
ms.assetid: 37e63c57-f86d-47ac-88a7-2c2d107def30
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "How to create a document with namespaces in Visual Basic - LINQ to XML"
title: How to create a document with namespaces in Visual Basic - LINQ to XML
description: Use XML literals in Visual Basic to create documents that have default namespaces or namespaces with a prefix.
ms.date: 07/20/2015
ms.assetid: cc5b0d4d-360c-4ada-94fa-2d2916e989be
Expand Down
2 changes: 1 addition & 1 deletion docs/standard/linq/create-tree-xmlreader.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "How to create a tree from an XmlReader - LINQ to XML"
title: How to create a tree from an XmlReader - LINQ to XML
description: You can use an XmlReader in C# or Visual Basic to read XML and create an XML tree. You must properly position the XmlReader on an element node.
ms.date: 07/20/2015
dev_langs:
Expand Down
2 changes: 1 addition & 1 deletion docs/standard/linq/create-xml-trees.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "Create XML Trees in C# - LINQ to XML"
title: Create XML Trees in C# - LINQ to XML
description: You can create an XML tree in C# using the LINQ to XML XElement and XAttribute constructors, and you can make the code resemble the structure of the underlying XML.
ms.date: 08/31/2018
ms.assetid: cc74234a-0bac-4327-9c8c-5a2ead15b595
Expand Down
94 changes: 0 additions & 94 deletions docs/standard/linq/do-streaming-transformations-text-xml.md

This file was deleted.

2 changes: 1 addition & 1 deletion docs/standard/linq/functional-construction.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "Functional construction - LINQ to XML"
title: Functional construction - LINQ to XML
description: LINQ to XML provides functional construction, which enables you to create an XML tree in a single statement.
ms.date: 07/20/2015
dev_langs:
Expand Down
2 changes: 1 addition & 1 deletion docs/standard/linq/functional-vs-procedural-programming.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "Functional vs. procedural programming"
title: Functional vs. procedural programming
description: LINQ to XML supports both functional construction and procedural techniques for creating XML applications. Functional construction is a declarative approach. The procedural techniques support in-memory modification of XML trees.
ms.date: 07/20/2015
ms.assetid: fc64e39c-a487-4882-9169-da4de97917d9
Expand Down
2 changes: 1 addition & 1 deletion docs/standard/linq/language-integrated-axes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "Language-integrated axes in Visual Basic - LINQ to XML"
title: Language-integrated axes in Visual Basic - LINQ to XML
description: LINQ to XML provides easy access to XML using the axes integrated into Visual Basic
ms.date: 07/20/2015
ms.assetid: d450a556-a134-4261-b011-44e399660894
Expand Down
2 changes: 1 addition & 1 deletion docs/standard/linq/linq-xml-classes-overview.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "LINQ to XML classes overview"
title: LINQ to XML classes overview
description: This article provides a list of the LINQ to XML classes, with descriptions of each.
ms.date: 07/20/2015
ms.assetid: bf666100-5392-4968-97f4-f6b9d3287d7b
Expand Down
2 changes: 1 addition & 1 deletion docs/standard/linq/linq-xml-overview.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "Overview - LINQ to XML"
title: Overview - LINQ to XML
description: LINQ to XML provides an in-memory XML programming interface that' based on .NET capabilities, and comparable to an updated DOM API.
ms.date: 10/30/2018
dev_langs:
Expand Down
2 changes: 1 addition & 1 deletion docs/standard/linq/linq-xml-vs-dom.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "LINQ to XML vs. DOM"
title: LINQ to XML vs. DOM
description: There are key differences between LINQ to XML and DOM. LINQ to XML supports functional construction and XML literals, which better show the structure of the XML trees that they build.
ms.date: 07/20/2015
dev_langs:
Expand Down
2 changes: 1 addition & 1 deletion docs/standard/linq/linq-xml-vs-xml-technologies.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "LINQ to XML vs. other XML technologies"
title: LINQ to XML vs. other XML technologies
description: Learn how LINQ to XML compares to XSLT, MSXML, and XmlLite, to make better technology choices.
ms.date: 07/20/2015
ms.assetid: 01b8e746-12d3-471d-b811-7539e4547784
Expand Down
2 changes: 1 addition & 1 deletion docs/standard/linq/load-xml-file.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "How to load XML from a file - LINQ to XML"
title: How to load XML from a file - LINQ to XML
description: You can use the XElement.Load method in C# and Visual Basic to load an XML document from a file.
ms.date: 07/20/2015
dev_langs:
Expand Down
2 changes: 1 addition & 1 deletion docs/standard/linq/namespaces-overview.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "Namespaces overview - LINQ to XML"
title: Namespaces overview - LINQ to XML
description: Learn about XML names, XML namespaces, and XML namespace prefixes, and about the XName and XNamespace classes.
ms.date: 07/20/2015
ms.assetid: 16283322-8238-4918-ab11-802ac6748eb7
Expand Down
2 changes: 1 addition & 1 deletion docs/standard/linq/parse-string.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "How to parse a string - LINQ to XML"
title: How to parse a string - LINQ to XML
description: You can parse a string with XElement.Parse to create an XML tree in C# and Visual Basic, and you can create an XML tree with XML literals in Visual Basic.
ms.date: 07/20/2015
dev_langs:
Expand Down
2 changes: 1 addition & 1 deletion docs/standard/linq/populate-xml-tree-xmlwriter.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "How to populate an XML tree with an XmlWriter - LINQ to XML"
title: How to populate an XML tree with an XmlWriter - LINQ to XML
description: To populate an XML tree in C# and Visual Basic, create an XMLWriter using CreateWriter, then write to the XmlWriter.
ms.date: 07/20/2015
dev_langs:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "Preserve white space while loading or parsing XML - LINQ to XML"
title: Preserve white space while loading or parsing XML - LINQ to XML
description: You can control the white-space behavior of LINQ to XML methods that populate XML trees. For instance, you can remove indentation for in-memory processing, or leave it as is.
ms.date: 07/20/2015
ms.assetid: f3ff58c4-55aa-4fcd-b933-e3a2ee6e706c
Expand Down
2 changes: 1 addition & 1 deletion docs/standard/linq/preserve-white-space-serializing.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "Preserve white space while serializing - LINQ to XML"
title: Preserve white space while serializing - LINQ to XML
description: You can control white space in various ways when serializing an XML tree.
ms.date: 07/20/2015
ms.assetid: 0c4f8b98-483b-4cf8-86be-fa146eef90dc
Expand Down
2 changes: 1 addition & 1 deletion docs/standard/linq/retrieve-collection-attributes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "How to retrieve a collection of attributes - LINQ to XML"
title: How to retrieve a collection of attributes - LINQ to XML
description: The XElement.Attribute method retrieves the attributes of an element.
ms.date: 07/20/2015
dev_langs:
Expand Down
2 changes: 1 addition & 1 deletion docs/standard/linq/retrieve-single-attribute.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "How to retrieve a single attribute - LINQ to XML"
title: How to retrieve a single attribute - LINQ to XML
description: Retrieve a single attribute of an element, given the attribute name.
ms.date: 07/20/2015
dev_langs:
Expand Down
2 changes: 1 addition & 1 deletion docs/standard/linq/retrieve-single-child-element.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "How to retrieve a single child element - LINQ to XML"
title: How to retrieve a single child element - LINQ to XML
description: Retrieve the first child element that has a specified name. You can use XContainer.Element in C#, and array indexer notation in Visual Basic.
ms.date: 07/20/2015
ms.assetid: ce37db9e-76fa-46eb-b4cc-e8f32d22ad90
Expand Down
2 changes: 1 addition & 1 deletion docs/standard/linq/retrieve-value-attribute.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "How to retrieve the value of an attribute - LINQ to XML"
title: How to retrieve the value of an attribute - LINQ to XML
description: Retrieve the value of an attribute. You can cast an XAttribute to the desired type, or use the XAttribute.Value property.
ms.date: 07/20/2015
ms.assetid: 817bbe89-5979-4234-bf0c-46f63692ac8c
Expand Down
2 changes: 1 addition & 1 deletion docs/standard/linq/scope-default-namespaces.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "Scope of default namespaces - LINQ to XML"
title: Scope of default namespaces - LINQ to XML
description: Default namespaces as represented in the XML tree aren't in scope for queries. Here are proper and improper ways of querying them.
ms.date: 07/20/2015
dev_langs:
Expand Down
2 changes: 1 addition & 1 deletion docs/standard/linq/stream-xml-fragments-xmlreader.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "How to stream XML fragments from an XmlReader - LINQ to XML"
title: How to stream XML fragments from an XmlReader - LINQ to XML
description: You can stream XML fragments from an XmlReader using a custom axis method in C# and Visual Basic. This is an approach that can work when loading the whole XML tree into memory is infeasible.
ms.date: 07/20/2015
dev_langs:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "Valid content of XElement and XDocument objects - LINQ to XML"
title: Valid content of XElement and XDocument objects - LINQ to XML
description: The XElement and XDocument constructors accept many argument types, including collections returned from queries. There are other constructors and functions for adding XML content.
ms.date: 07/20/2015
ms.assetid: 0d253586-2b97-459f-b1a7-f30f38f3ed9f
Expand Down
2 changes: 1 addition & 1 deletion docs/standard/linq/validate-xsd.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "How to validate using XSD - LINQ to XML"
title: How to validate using XSD - LINQ to XML
description: You can use extension methods from the System.Xml.Schema namespace to validate an XML tree against an XML Schema Definition Language (XSD) file.
ms.date: 07/20/2015
dev_langs:
Expand Down
2 changes: 1 addition & 1 deletion docs/standard/linq/work-global-namespaces.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "Work with global namespaces in Visual Basic - LINQ to XML"
title: Work with global namespaces in Visual Basic - LINQ to XML
description: You declare a namespace in Visual Basic with the Imports statement, whether the namespace is a default namespace or has a prefix. This article discusses Import statements and other aspects of working with namespaces.
ms.date: 07/20/2015
dev_langs:
Expand Down
2 changes: 1 addition & 1 deletion docs/standard/linq/write-queries-xml-namespaces.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "How to write queries on XML in namespaces - LINQ to XML"
title: How to write queries on XML in namespaces - LINQ to XML
description: To write a query on XML that's in a namespace, you use XName objects that have the correct namespace. Learn how to do this in C# and Visual Basic, and how to create queries.
ms.date: 07/20/2015
dev_langs:
Expand Down
2 changes: 1 addition & 1 deletion docs/standard/linq/xattribute-class-overview.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "XAttribute class overview"
title: XAttribute class overview
description: The XAttribute class represents XML attributes. Working with attributes in LINQ to XML is similar to working with elements.
ms.date: 07/20/2015
dev_langs:
Expand Down
2 changes: 1 addition & 1 deletion docs/standard/linq/xelement-class-overview.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "XElement class overview"
title: XElement class overview
description: The XElement class represents XML elements. You can use it to create and change elements, add attributes and children, and to serialize.
ms.date: 07/20/2015
dev_langs:
Expand Down