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

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

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


    
    &am         


        
11条回答
  •  遥遥无期
    2020-11-28 08:06

    XSLT only handles the five basic entities by default: lt, gt, apos, quot, and amp. All others need to be defined as @Aku mentions.

提交回复
热议问题