XMLSerialization
-
Hi, I am Serializing an Object by using XmlSerializer but when XML file is created it is including the Namespace details like xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" in the Element. But I dont want that Namespace details in the XML file. Is there any way to do this. Thanks for your help in advance. Zaheer
-
Hi, I am Serializing an Object by using XmlSerializer but when XML file is created it is including the Namespace details like xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" in the Element. But I dont want that Namespace details in the XML file. Is there any way to do this. Thanks for your help in advance. Zaheer
z_ahamad wrote: But I dont want that Namespace details in the XML file. You can remove it after serialization, but it will likely break something. xacc-ide 0.0.15 now with C#, MSIL, C, XML, ASP.NET, Nemerle, MyXaml and HLSL coloring - Screenshots