What is the best way to include an html entity in XSLT?
&am
XSLT only handles the five basic entities by default: lt, gt, apos, quot, and amp. All others need to be defined as @Aku mentions.
lt
gt
apos
quot
amp