Im trying to create a xml the should look like this
This question also shows another way of doing this: Creating a specific XML document using namespaces in C#
You could alternatively use the XmlNamespaceManager class
http://msdn.microsoft.com/en-us/library/d6730bwt%28VS.80%29.aspx
Finally there is always Linq too, you could use a XDocument and XNamespace
http://msdn.microsoft.com/en-us/library/bb387075.aspx