Transform to remove duplicate and copy rest

后端 未结 4 1637
庸人自扰
庸人自扰 2021-01-21 11:54

I want the output xml to have grouped for the element \'c\', according to the attribute \'f\'. Here is my input xml and the xslt. I want the group to occur only once and the ot

4条回答
  •  春和景丽
    2021-01-21 12:35

    A simple solution would be to just add an empty template for all following c nodes:

    
    

提交回复
热议问题