Hey guys,
I am working on a email template that should be populate with the rss web feed. the problem is the value in the “content:encoded” key from my rss feed contains html tags and when i was testing the template it did not remove the html tags in preview as shown in image
and in email too :
{
"rss": {
"@version": "2.0",
"@xmlns:content": "",
"@xmlns:wfw": "",
"@xmlns:dc": "",
"@xmlns:atom": "",
"@xmlns:sy": "",
"@xmlns:slash": "",
"channel": {
"title": "Tiket Dana – Sportske Vesti",
"atom:link": {
"@href": "",
"@rel": "self",
"@type": "application/rss+xml"
},
"link": "",
"description": "",
"lastBuildDate": "",
"language": "",
"sy:updatePeriod": "",
"sy:updateFrequency": "1",
"generator": "",
"item": e
{
"title": "",
"link": "",
"comments": "",
"dc:creator": "",
"pubDate": "",
"category": "",
"guid": {
"@isPermaLink": "",
"#text": ""
},
"description": "",
"content:encoded": "<div class=\"sport-ispred-teksta-clanka-2 sport-target\" style=\"margin-left: auto; margin-right: auto; text-align: center; \" id=\"sport-1462414046\" data-advadstrackid=\"965\" data-advadstrackbid=\"1\"></strong></h2><div class=\"essb_links essb_displayed_1714071148 essb_share essb_template_default4-retina essb_template_glow-retina essb_766845790 essb_size_m essb_links_center essb_icon_animation5 print-no\" id=\"essb_displayed_1714071148_766845790\" data-essb-postid=\"3298\" data-essb-position=\"1714071148\" data-essb-button-style=\"icon\" data-essb-template=\"default4-retina es
Is there a way that the text in content:encoded can show without html tags in the email?