Hi,
I actually have the same question regarding text formating, but in my case, I'd like to ask if it's possible to, when building the XML file, inser new lines. I've tried using "
", i've tried (in C#) appending Environment.NewLine, I've tried using "
" and I've event tried "\n" but none of them seem to work since on the output file I still get everything in a single line.
As a note, I'm trying to use this on the Employer field. Maybe that's the issue?
I'd like to have the Position ("Director(a) de Divisão"), the Employer ("MEEC") and then, on a new line have the remaining information ("obra - ....").
How can I achieve this? I'm leaving an image with the current status, so that you can better understand what's going on at the moment.
