Hi Good Day,
I was wondering how to display an empty tag like this <Tag /> instead of <Tag></Tag>
Oops sorry, didn't read your question correctly. I found this post https://www.outsystems.com/forums/discussion/63697/xml-extension-null-values/ which says it isn't possible. A workaround would be to replace the tags after the XML has been generated.
Is that an option for you?
Hi Rogelio,
I'm wondering which server action of the XmlRecords plugin you are using? I've tried to transform a RecordList to XML with an empty value and it displays it as <Tag></Tag>. Exactly as you want. In the DefaultConfig of the action, I've set parameter ExcludeIfNull to false.
Yes that is exactly the results but what I need is <Tag /> and not <Tag></Tag>