This assembly surfaces extensions for navigating XML documents, including the XDocumentExtensions
class. See the System.Private.Xml
README file for an overview of the XML-processing libraries the framework provides.
Documentation can be found at https://learn.microsoft.com/dotnet/standard/linq/linq-xml-overview.
The System.Xml.XPath.XDocument
library is included in the shared framework and also shipped as a NuGet package.The NuGet package is considered "legacy" and should not be referenced by projects compatible with .NET Standard 2.0.