Quantcast
Channel: AX Developer Forum
Viewing all articles
Browse latest Browse all 9880

Create XML node with prefix but no namespace

$
0
0

Hello, I am trying to convert some data into an XML file. 

I need nodes like this

<dat:Company>?</dat:Company>
<dat:Language>?</dat:Language>

 

I could achieve this by XmlDocument.createElement3(prefix, name, namespace), but the problem is that I do not want that namespace tag on the node... Could I somehow disable it?


Viewing all articles
Browse latest Browse all 9880

Trending Articles