https://github.com/brianary/selectxmlextensions
PowerShell cmdlets that Select-Xml can compose into pipelines
https://github.com/brianary/selectxmlextensions
fsharp powershell powershell-module xml
Last synced: 21 days ago
JSON representation
PowerShell cmdlets that Select-Xml can compose into pipelines
- Host: GitHub
- URL: https://github.com/brianary/selectxmlextensions
- Owner: brianary
- License: mit
- Created: 2019-10-15T03:12:30.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2025-03-21T19:18:18.000Z (about 2 months ago)
- Last Synced: 2025-04-03T03:05:52.807Z (about 1 month ago)
- Topics: fsharp, powershell, powershell-module, xml
- Language: PowerShell
- Homepage: https://www.powershellgallery.com/packages/SelectXmlExtensions/
- Size: 275 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
SelectXmlExtensions
===================
[](https://www.powershellgallery.com/packages/SelectXmlExtensions/)
[](https://www.powershellgallery.com/packages/SelectXmlExtensions/)
[](https://github.com/brianary/SelectXmlExtensions/actions)Cmdlets that use the output of Select-Xml to modify the source XML document.
To install: `Install-Module SelectXmlExtensions`

Cmdlets
-------Documentation generated by [platyPS](https://github.com/PowerShell/platyPS) (`.\doc.cmd`).
- [Add-Xml](docs/Add-Xml.md) —
Insert XML into an XML document relative to a node found by Select-Xml.
- [Remove-Xml](docs/Remove-Xml.md) —
Removes a node found by Select-Xml from its XML document.
- [Get-XmlValue](docs/Get-XmlValue.md) —
Returns the value of an XML node found by Select-Xml.
- [Set-XmlValue](docs/Set-XmlValue.md) —
Sets the value of a node found by Select-Xml.Tests
-----Tests are written for [Pester](https://github.com/Pester/Pester) (`.\test.cmd`).