I receive text from source system with HTML special escape characters in middle of text. Now I need to translate it to the actual character in XSLT 2.0
I/p like
<Data>Lenevo100 f&uuml;r Laser</Data>
<Data>DELL &Agrave;llow Drucker</Data>
and the expected output would be
<DataOutput>Lenevo100 fÜr Laser</DataOutput>
<DataOutput>DELL Àllow Drucker</DataOutput>
If it is always only 2 or 3 values i can do the replace or translate function but the problem is this HTML special code characters are so many .Can any provide the solution to achieve this,
List of HTML special characters code https://www.ou.edu/research/electron/internet/special.shtml