Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 947 Bytes

File metadata and controls

10 lines (8 loc) · 947 Bytes

PowerShell-XMLHelpers

Some functions (by now only one) to make it easier to work with XML through PowerShell

Test-XPath:

Function Synopsis Related Blog Post Full Documentation
Test-XPath Learning aid for XPath expression. Visualize XPath expression using a windows forms application that shows the XML in a tree view. Link Link
Generate-ScriptMarkdownHelp The function that generated the Markdown help in this repository. (see Example for usage). Generates markdown help for Github for each function containing comment based help (Description not empty) within a folder recursively and a summary table for the main README.md Link