Talk:XSLT/Muenchian grouping

Page contents not supported in other languages.
From Wikipedia, the free encyclopedia

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)[reply]

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)[reply]

  1. ^ "W3C XPath Reference".

Sources and examples[edit]

  • Tutorials in XSLT1: ...