Hi,
My custom model contains XML tags inside of attribute. If I want to display like that:
$content
I get noting. Content variable contains string: <myCUstomTAg/>
Is there any way to display XML escaped tags?
did you try
$textUtils.htmlEncode($content)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.