Skip to content

brianary/SelectXmlExtensions

Repository files navigation

SelectXmlExtensions

SelectXmlExtensions icon

PowerShell Gallery Version PowerShell Gallery Actions Status

Cmdlets that use the output of Select-Xml to modify the source XML document.

To install: Install-Module SelectXmlExtensions

example usage of SelectXmlExtensions

Cmdlets

Documentation generated by platyPS (.\doc.cmd).

  • Add-Xml — Insert XML into an XML document relative to a node found by Select-Xml.
  • Remove-Xml — Removes a node found by Select-Xml from its XML document.
  • Get-XmlValue — Returns the value of an XML node found by Select-Xml.
  • Set-XmlValue — Sets the value of a node found by Select-Xml.

Tests

Tests are written for Pester (.\test.cmd).

Releases

No releases published

Packages

No packages published