Converting XML to escaped text in XSLT

前端 未结 8 1664
挽巷
挽巷 2020-12-03 02:54

How can I convert the following XML to an escaped text using XSLT?

Source:



  

        
8条回答
  •  一向
    一向 (楼主)
    2020-12-03 03:31

    You can prevent the extra namespace nodes by adding a test in the namespace output:

    
    
         
           
           
           ...
    

提交回复
热议问题