Hi,
I have created a Custom Table having a field called "Slide content" with "Long Text" attribute.
In order to display the table values properly, i created a Transformation for that custom table.
I have entered data in that field in HTML format and it is working fine.
I have created a other Document type for other purpose and created a
text/xml type transformation.
My requirement is to display this Tranformation along with HTML formatted text which is stored inside "Custom Table".
The entered data is in below format
<div>
//--- Some HTML content
<p>
{% Transformations["cla.inspiration.inspirationslide"] @%}
</p>
</div>
After rendering the page, it shows as:
{% Transformations["cla.inspiration.inspirationslide"] @%}What to do to display that transformation properly?
I am using v7.0.37
Regards!
Ashish Narnoli