Relative Content

Tag Archive for xmlsortingxslt

Consistent generic sorting with XSLT

My input is some unsorted XML, and I want to sort it – first alphabetically by I’m running into an issue when attempting to sort XML files with XSL. I want to sort through any number of nested nodes, first alphabetically by node, and then alphabetically by the text values as needed.