Sort xml segment by certain field if present
I need an xls version 1 to sort ascending some segments of my document if they contain a value.
Sort xml segment by certain field if present
I need an xls version 1 to sort ascending some segments of my document if they contain a value.
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.