XSLT, sort and group by year-date
问题 Regarding Umbraco XSLT version 1. I have aprox. 150 news items in XML. Lets say like this (all is pseudocode until I get more familiar with this xml/xslt): <news> <data alias=date>2008-10-20</data> </news> <news> <data alias=date>2009-11-25</data> </news><news> <data alias=date>2009-11-20</data> </news> etc. etc.... I would like to run through the XML and create html-output as a news archive. Something like (tags not important): 2008 Jan Feb ... 2009 Jan Feb Mar etc. etc. I can only come up