Generate XSD Schema from XML using PowerShell

I found a C# example of how to create a schema from an XML file here. I wanted to do the same in PowerShell, and this is what I came up with. I left some of the C# code in the script below in comments, just for comparison purposes. The program uses the .NET Schema […]

XPath Axes

This blog shows the shortcuts (i.e. abbreviations) for the most common XPath axes (plural of axis): [table id=2 /] Reference: https://our.umbraco.com/documentation/reference/templating/macros/xslt/xpath-axes-and-their-shortcuts Also see example on the sites below: https://www.way2tutorial.com/xml/xpath-axes.php https://www.w3schools.com/xml/xpath_axes.asp