588
Views
1
Comments
Solved
Display formatted XML in text area
Question

Hi,

I have an application where I need to show an indented XML in the UI, I have the extension which returns the Indented XML but OutSystems keep converting it to a single line of text.

Please Help!!

2016-04-21 20-09-55
J.
 
MVP
Solution

use the <pre> tag for that, or the similar style

white-space: pre;


Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.