J
Jens Weiermann
Hi,
I'm using XmlSerializer objects to - surprise - serialize objects to xml.
My problem is that it includes the xml namespace references
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
for every single object which 1) isn't necessary in this case and 2) makes
the output xml more difficult to read. My question is: Is there a way to
avoid that?
Thanks!
Jens
I'm using XmlSerializer objects to - surprise - serialize objects to xml.
My problem is that it includes the xml namespace references
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
for every single object which 1) isn't necessary in this case and 2) makes
the output xml more difficult to read. My question is: Is there a way to
avoid that?
Thanks!
Jens