Top "Xslt-grouping" questions

Grouping mechanisms that are specific to XSLT.

XSLT Sorting - how to sort xml childnodes inside a parent node with an attribute

What started out as a simple thing has turned out quite troublesome for XSLT noob. Trying to sort childnodes/descending …

xml sorting xslt xpath xslt-grouping
XSLT condition to check if node exists

I have below sample XML in which I want to check if the node exist. Sample XML is <document&…

xml xslt xslt-1.0 xslt-grouping
XSLT grouping on multiple keys using Muenchian method

This is the input file. All these blocks are wrapped in a <allocfile> tag which is not appearing, …

xml xslt xslt-1.0 xslt-grouping muenchian-grouping