How to use escapeXml in sightly
Hi Team,
While printing the data which got from rich text editor widget using sightly, it is displaying HTML tags as well. Please let me know how can I display the the data without HTML tags without disturbing the final format of the entered HTML.
E.g:
Input Data: <b>Bold</b> Output: Bold but not Bold or <b>Bold</b>
Thanks,
AryA.