Extract a subset of XML file using XSL

前端 未结 3 1503
伪装坚强ぢ
伪装坚强ぢ 2021-01-04 13:04

I have this XML file:


    error Code
    msg
    

        
3条回答
  •  萌比男神i
    2021-01-04 13:46

    Use :

    
    

    The "//" abbreviation is very expensive (causes the complete XML document to be scanned), and should be avoided.

提交回复
热议问题