Posts

xsl for-each within for-each-group group-by

Image
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty height:90px;width:728px;box-sizing:border-box; 1 I am new to xsl. I understand that some similar questions have been asked, but I need help since I can't figure out what was wrong with my code. I have xml transactions file. I want to ,first, group by date, then sort each group of transactions by time I have this xml <History> <ShareLoanResults> <Account>123</Account> <PostingDt>20180718</PostingDt> <PostingTime>215642</PostingTime> <AmtLoan>000000000</AmtLoan> <AmtShare>000000001</AmtShare> <AmtInt>000000000</AmtInt> <Balance>000000487</Balance> <Description /> </ShareLoanResults> <ShareLoanResults> <Account>123</Account> <PostingDt>20180719</PostingDt> <PostingTime>215650</PostingTime> <