Choosing between different namespaces in XSLT

前端 未结 1 822
南笙
南笙 2021-01-24 16:17

The XML I am expecting is supposed to be only one url/urn (xmlns:urn=\"urn:123:456\") like below:



        
1条回答
  •  悲&欢浪女
    2021-01-24 16:47

    You could declare both namespaces, e.g.

    
    

    Then use a union expression for your matches and selections, for example:

    
    

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