I have an xls template that has multiple for-each groups. I would like to do a sorting over the result of all groups, however, I can't find how to do this. Do you guys have any suggestions?
If you require details, please let me know!
edit: Here's a sample of the xdo metadata sheet, it contains two for each groups , the result is a row in excel for each group that is in the xml input file. Now I want to sort those rows;
XDO_?XDOFIELD24? <?../../../../Assignment_Details/Person_Number?>
XDO_?XDOFIELD26? <?concat(substring(../Termination_Date,9,2),'-',substring(../Termination_Date,6,2),'-',substring(../Termination_Date,1,4))?>
XDO_?XDOFIELD27? <?../Termination_Action?>
XDO_?XDOFIELD28? <?../Termination_Reason?>
XDO_GROUP_?XDOG3? <xsl:for-each select=".//Termination_Details/Termination_Date[text() != '']"> </xsl:for-each>
XDO_?XDOFIELD29? <?sum(../Absence_Balance)?>
XDO_?XDOFIELD30? <?../Absence_Plan?>
XDO_?XDOFIELD31? <?../Absence_UOM?>
XDO_?XDOFIELD32? <?../../../../../../../../PAYROLL_ACTION_ID?>
XDO_?XDOFIELD33? <?../../../../Assignment_Details/Person_Number?>
XDO_GROUP_?XDOG4? <xsl:for-each select=".//Absence_Balance_Details/Absence_Accrual_Entry_ID[text() != '']"> </xsl:for-each>