Performing a “Group By” query in XPath XSL

后端 未结 2 972
无人及你
无人及你 2021-01-01 02:32

Given the following XML:


  11 
  

        
2条回答
  •  刺人心
    刺人心 (楼主)
    2021-01-01 02:48

    Muenchian grouping is a work of genius. It's not easy to understand, but see: http://www.jenitennison.com/xslt/grouping/muenchian.html

    To simplify the process the W3C specifically supported grouping in XSLT2.0. See, for example: http://www.xml.com/pub/a/2003/11/05/tr.html

    However not all environments support XSLT2.0

提交回复
热议问题