I have XML file (specifically .cproject from eclipse) and for SVN reason I need sort this file inside. Sort is related for attributes id, name, etc... I made C# project with this functionality. Example is here https://github.com/Trsek/cproject_sort/tree/master/cproject_sort but I
want make these functionality in PowerShell.
↧