I have an XML and a section of the XML looks like below
<ts:mynode1>
<ts:systemId>XXX</ts:systemId>
<ts:sequenceId>YYY</ts:sequenceId>
<ts:/mynode1>
<mynode2>
<systemId>ZZZ</systemId>
<sequenceId>AAA</sequenceId>
</mynode1>
My objective is to add namespace ts to those nodes which does not have a nodes which does not have a nodespace
is there a way of accomplishing it in C#?