XSLT Group by using 3 different elements from different node level
I’m new to XSLT, for the below XML, I’m trying to implement this transformation logic: If <wd:candidate>,<wd:CF_LRV_Requisition_ID> and <wd:Stage> have the same combination of values, then sort using <wd:Last_Functionally_Updated> and only output the most recent one.
XSLT Group by using 3 different elements from different node level
I’m new to XSLT, for the below XML, I’m trying to implement this transformation logic: If <wd:candidate>,<wd:CF_LRV_Requisition_ID> and <wd:Stage> have the same combination of values, then sort using <wd:Last_Functionally_Updated> and only output the most recent one.
XSLT Group by using 3 different elements from different node level
I’m new to XSLT, for the below XML, I’m trying to implement this transformation logic: If <wd:candidate>,<wd:CF_LRV_Requisition_ID> and <wd:Stage> have the same combination of values, then sort using <wd:Last_Functionally_Updated> and only output the most recent one.