XML Namespace

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi all,
I have an xml present in an XMLDocument object and the xml is in the
format as below

<Root>
<Name>Joe</Name>
<EmployeeID>1</EmployeeID>
</Root>
What I want to do is I want to add a NameSpace to the Root node.
The root expected is something like this

<Root xmlns:xsi="http://www.w3org/2001/XMLSchema-instance">

Thanks in advance
 
Back
Top