Cmdlets that use the output of Select-Xml to modify the source XML document.
To install: Install-Module SelectXmlExtensions
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 are written for Pester (.\test.cmd
).