Re: [DOTNET] XMLSerializer Issue

2002-05-13 Thread Justin Rudd
> I haven't found anything how to omit the document > declaration I posted this last night, but I guess it didn't make it through... Use the overload of XmlSerializer.Serialize that takes an XmlWriter. Justin Rudd http://www.pinetree-tech.com/ http://www.pinetree-tech.com/weblog/ You can read

Re: [DOTNET] XMLSerializer Issue

2002-05-13 Thread Christoph
lson Chiesa" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, May 12, 2002 2:38 PM Subject: [DOTNET] XMLSerializer Issue Hello, I trying to serialize an object to use the result in other XML file. For example: I have the following XML File an inside the element I want

[DOTNET] XMLSerializer Issue

2002-05-12 Thread Wilson Chiesa
Hello, I trying to serialize an object to use the result in other XML file. For example: I have the following XML File an inside the element I want to insert the serialization's result. The problem is that when I serialize the object I obtain as result the followin