Hello,
I want to create in AL an xml document with a custom prefix attribute in the root tag, like this :
<root xsi:schemaLocation=/http://myschemaurl/>
...
</root>
How can I do that in a codeunit in AL ? I tried different methods on XmlElement variables, but couldn't have the above result.
Thank you.