XSLT output not as expected

后端 未结 1 1218
有刺的猬
有刺的猬 2021-01-26 07:33

I have a requirement to remove parent xml nodes and copy entire xml inside node. I have written a xslt code it, however, it is not working as expected.

Input XML:

1条回答
  •  星月不相逢
    2021-01-26 07:45

    In XSLT 2 or 3 you can use

    
    
     
         
     
     
    
    

    0 讨论(0)
提交回复
热议问题