Using an HTML entity in XSLT (e.g.  )

前端 未结 11 2085
无人及你
无人及你 2020-11-28 07:29

What is the best way to include an html entity in XSLT?


    
    &am         


        
11条回答
  •  抹茶落季
    2020-11-28 08:02

    You can use CDATA section

    
    

    or you can describe   in local DTD:

     ]>
    

    or just use   instead of  

提交回复
热议问题