Converting XML to escaped text in XSLT

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

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

Source:



  

        
8条回答
  •  春和景丽
    2020-12-03 03:37

    Anyone who is concerned about licensing ambiguity when reusing code snippets from stack overflow may be interested in the following 3-clause BSD-licensed code, which appears to do what is requested by the original poster:

    http://lenzconsulting.com/xml-to-string/

提交回复
热议问题