<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Insert HTML from back-end?]]></title><description><![CDATA[<p dir="auto">I tried returning the HTML in RAW and then add the tag [DS3] but then it doesn't render.<br />
Do i need for format the tag specially?</p>
]]></description><link>https://community.appdrag.com/topic/818/insert-html-from-back-end</link><generator>RSS for Node</generator><lastBuildDate>Tue, 15 Sep 2026 00:34:22 GMT</lastBuildDate><atom:link href="https://community.appdrag.com/topic/818.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 27 Apr 2021 08:21:37 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Insert HTML from back-end? on Fri, 30 Apr 2021 07:37:44 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.appdrag.com/uid/2">@Wassim</a></p>
<p dir="auto">I'm doing that, but it's <a href="https://community.appdrag.com/post/3339">limited to 100KB per object string in the JSON</a>.</p>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.appdrag.com/uid/16">@Joseph-Benguira</a> suggested that I retrieve the page and parse the tags manually and then return only the HTML as the page, so I guess I'll have no other choice than to do that.</p>
]]></description><link>https://community.appdrag.com/post/3368</link><guid isPermaLink="true">https://community.appdrag.com/post/3368</guid><dc:creator><![CDATA[ThomasD]]></dc:creator><pubDate>Fri, 30 Apr 2021 07:37:44 GMT</pubDate></item><item><title><![CDATA[Reply to Insert HTML from back-end? on Thu, 29 Apr 2021 06:18:17 GMT]]></title><description><![CDATA[<p dir="auto">Your endpoint should return a Table array with key value objects</p>
<pre><code>{ 
"Table" : [{
  "html" : "&lt;div&gt;hello&lt;/div&gt;"
}]
}
</code></pre>
<p dir="auto">And in your front</p>
<pre><code>[DS3=html]
</code></pre>
]]></description><link>https://community.appdrag.com/post/3360</link><guid isPermaLink="true">https://community.appdrag.com/post/3360</guid><dc:creator><![CDATA[Wassim]]></dc:creator><pubDate>Thu, 29 Apr 2021 06:18:17 GMT</pubDate></item><item><title><![CDATA[Reply to Insert HTML from back-end? on Wed, 28 Apr 2021 08:24:17 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.appdrag.com/uid/2">@Wassim</a></p>
<p dir="auto">Just returning HTML from an endpoint and adding it to a specific place on the site.</p>
]]></description><link>https://community.appdrag.com/post/3355</link><guid isPermaLink="true">https://community.appdrag.com/post/3355</guid><dc:creator><![CDATA[ThomasD]]></dc:creator><pubDate>Wed, 28 Apr 2021 08:24:17 GMT</pubDate></item><item><title><![CDATA[Reply to Insert HTML from back-end? on Wed, 28 Apr 2021 06:16:57 GMT]]></title><description><![CDATA[<p dir="auto">Hi, can you provide more context?<br />
I don't get what you're trying to achieve.</p>
]]></description><link>https://community.appdrag.com/post/3351</link><guid isPermaLink="true">https://community.appdrag.com/post/3351</guid><dc:creator><![CDATA[Wassim]]></dc:creator><pubDate>Wed, 28 Apr 2021 06:16:57 GMT</pubDate></item></channel></rss>