Hello
In my xdp form I have a text field (named Comments) setting to rich text format.
I receive a xml file , and in the Comments field of the xml I have html tags like <br/> or <b></b>.
How can I load the xml file correctly to the xdp field in order to keep the text well formatted?
Further, how can I send the less than signal (<) in that xml?
Many tanks
Pedro
Solved! Go to Solution.
Views
Replies
Total Likes
Hi @pmcastro
Use the below methods to escape and unescape HTML and XML string based on need.
Hope this helps.
AG
Please see the discussion here in this post https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/how-to-display-html-tags-i... This may be helpful.
Hi @pmcastro
Use the below methods to escape and unescape HTML and XML string based on need.
Hope this helps.
AG