Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

112 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SelectXmlExtensions

SelectXmlExtensions icon

PowerShell Gallery Version PowerShell Gallery 🩺 Continuous integration ⏩ 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

Packages

Used by

Contributors

Languages