Re: [DOTNET] More XMLSerialisation options...

2002-05-01 Thread Dean Cleaver
eaver Sent: Thursday, 2 May 2002 17:51 To: [EMAIL PROTECTED] Subject: [DOTNET] More XMLSerialisation options... Ok, I gave up on the serialisation of classes, and went for the XmlTextWriter approach - gave me a bit more control. But there's one thing I can't seem to do - and that

Re: [DOTNET] More XMLSerialisation options...

2002-05-01 Thread Sills, Adam
nts Writer.Close(); Adam.. -Original Message- From: Dean Cleaver [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 02, 2002 1:51 AM To: [EMAIL PROTECTED] Subject: [DOTNET] More XMLSerialisation options... Ok, I gave up on the serialisation of classes, and went for the XmlTextWriter app

[DOTNET] More XMLSerialisation options...

2002-05-01 Thread Dean Cleaver
Ok, I gave up on the serialisation of classes, and went for the XmlTextWriter approach - gave me a bit more control. But there's one thing I can't seem to do - and that's set the first line to be: I can only get the "" portion to come out, or with the Standalone property as well. Any suggesti