Cmdlets to query, transform, and update XML data.
- Compare-Xml: Compares two XML documents and returns the differences.
- Convert-Xml: Transform XML using an XSLT template.
- ConvertFrom-EscapedXml: Parse escaped XML into XML and serialize it.
- ConvertFrom-XmlElement: Converts named nodes of an element to properties of a PSObject, recursively.
- ConvertTo-XmlElements: Serializes complex content into XML elements.
- Format-Xml: Pretty-print XML.
- Get-XmlNamespaces: Gets the namespaces from a document as a dictionary.
- Merge-XmlSelections: Builds an object using the named XPath selections as properties.
- New-NamespaceManager: Creates an object to lookup XML namespace prefixes.
- Resolve-XmlSchemaLocation: Gets the namespaces and their URIs and URLs from a document.
- Resolve-XPath:
- Test-Xml: Try parsing text as XML, and validating it if a schema is provided.
