CQ_learner
30-06-2016
Hi All,
I want to escape chars like "<", ">" and "/" in sightly. I have this piece of code:
${"{1}{0}{2}{1}{3}{0}{2}" @ format=[properties.test,'<','>','/']} - but its rendering in HTML as <test-data></contact-us>
I checked this https://docs.adobe.com/docs/en/aem/6-0/develop/sightly/expression-language.html but could not solve the issue.
So How do I achieve this in Sightly? I bascially need a html tag - <test></test> , where "test" will be from dialog.
Thanks!!
HI Kautak,
Thanks For your reply, I went through the document it was helpful indeed, but I am not able to quite achieve what i wanted to, Can you please tell me the syntax for the above mentioned requirement.