Talk:XSLT/Muenchian grouping
Appearance
This article is rated Stub-class on Wikipedia's content assessment scale. It is of interest to the following WikiProjects: | ||||||||||||||||||
|
As of this writing, libxslt doesn't support XSLT 2.0 yet... for-each-group really simplifies things :/ Simoncpu (talk) 10:45, 21 January 2010 (UTC)
Edit
[edit]Note that data does not need to be pre-sorted in 'traditional' or 'muenchian grouping'. In traditional grouping, 'preceding-sibling' and 'following-sibling' return all matching siblings[1] , not just the one adjacent sibling, and as a result there is NOT a requirement for the Xml Document source to be sorted prior to grouping.
A good source for explanation on Muenchian Grouping is here http://www.jenitennison.com/xslt/grouping/muenchian.html Nonnb (talk) 15:39, 8 October 2012 (UTC)
Sources and examples
[edit]- Tutorials in XSLT1: ...
- Other tutorials comparing with XSLT2: nwalsh.com/docs/tutorials/extreme2006; ...