|
1 | 1 | SelectXmlExtensions |
2 | 2 | =================== |
3 | 3 |
|
4 | | -<!-- To publish to PowerShell Gallery, commit an update to the .psd1 file --> |
5 | | -<img src="SelectXmlExtensions.svg" alt="SelectXmlExtensions icon" align="right" /> |
| 4 | +<img src="images/SelectXmlExtensions.svg" alt="SelectXmlExtensions icon" align="right" /> |
6 | 5 |
|
7 | 6 | [](https://www.powershellgallery.com/packages/SelectXmlExtensions/) |
8 | 7 | [](https://www.powershellgallery.com/packages/SelectXmlExtensions/) |
9 | | -[](https://github.com/brianary/SelectXmlExtensions/actions) |
10 | | - |
| 8 | +[](https://github.com/brianary/SelectXmlExtensions/actions/workflows/continuous.yml) |
11 | 9 | Cmdlets that use the output of Select-Xml to modify the source XML document. |
12 | 10 |
|
13 | 11 | To install: `Install-Module SelectXmlExtensions` |
14 | 12 |
|
15 | | - |
| 13 | + |
16 | 14 |
|
17 | 15 | Cmdlets |
18 | 16 | ------- |
19 | 17 |
|
20 | 18 | Documentation generated by [platyPS](https://github.com/PowerShell/platyPS) (`.\doc.cmd`). |
21 | 19 |
|
22 | | -- [Add-Xml](docs/Add-Xml.md) — |
| 20 | +- [Add-Xml](https://github.com/brianary/SelectXmlExtensions/wiki/Add-Xml) — |
23 | 21 | Insert XML into an XML document relative to a node found by Select-Xml. |
24 | | -- [Remove-Xml](docs/Remove-Xml.md) — |
| 22 | +- [Remove-Xml](https://github.com/brianary/SelectXmlExtensions/wiki/Remove-Xml) — |
25 | 23 | Removes a node found by Select-Xml from its XML document. |
26 | | -- [Get-XmlValue](docs/Get-XmlValue.md) — |
| 24 | +- [Get-XmlValue](https://github.com/brianary/SelectXmlExtensions/wiki/Get-XmlValue) — |
27 | 25 | Returns the value of an XML node found by Select-Xml. |
28 | | -- [Set-XmlValue](docs/Set-XmlValue.md) — |
| 26 | +- [Set-XmlValue](https://github.com/brianary/SelectXmlExtensions/wiki/Set-XmlValue) — |
29 | 27 | Sets the value of a node found by Select-Xml. |
30 | 28 |
|
31 | 29 | Tests |
|
0 commit comments