XPATH / XSLT: Selecting a node where the parent node's attribute matches the attribute of another node

前端 未结 4 2083
野趣味
野趣味 2021-01-06 04:08

I\'m trying to apply a transformation to the below XML using XPath and XSLT.


  
    J         


        
4条回答
  •  爱一瞬间的悲伤
    2021-01-06 04:49

    Just a quick answer ... hope this helps, can't run it myself for the moment :-S you can put the ID in a variable like:

    
      
      
         
         
               
    
    

提交回复
热议问题