Hello,
I created a sql query in sql server that outputs an xml document. I have added namespaces to the beginning of the query WITH XMLNAMESPACES ('uri:' as ram, 'uri:' as rsm).
Is there a way that this wording does not appear within the structure? xmlns:rsm="uri:" xmlns:ram="uri:"
<rsm:ExchangedDocumentContext xmlns:rsm="uri:" xmlns:ram="uri:">
<ram:GuidelineSpecifiedDocumentContextParameter xmlns:rsm="uri:" xmlns:ram="uri:">
<ram:ID>urn:cen.eu:en16931:2017</ram:ID>
</ram:GuidelineSpecifiedDocumentContextParameter>
</rsm