Hi All,
I used TinyMCE widget for summary of Channel Localized MetaData. While trying to display the contents using below method, unable to escape the HTML tags. Could you please advise how to resolve this, also please let me know if there is any way to call Channel Localized bean value directly.
<templating:channelLocalizedMetadata oid="${vcmId}" result="localizedMetadataXml"/>
<c:if test="${not empty localizedMetadataXml}">
<x:parse var="channelLocalizedMetadata" xml="${localizedMetadataXml}" />
<x:out select="$channelLocalizedMetadata//body"/><br/><br/>
</c:if>
Thanks
Jayaram