Re: [Nant-users] Reading XML file and replacing text

2004-07-09 Thread Eric Fetzer
n > take a look at > http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/ > frlrfSystemXmlSerialization.asp > -martin > - Original Message - > From: "Hamza Zeen-Aldin" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Thurs

Re: [Nant-users] Reading XML file and replacing text

2004-07-08 Thread Martin Gainty
> To: <[EMAIL PROTECTED]> Sent: Thursday, July 08, 2004 9:43 AM Subject: [Nant-users] Reading XML file and replacing text > I have and XML Config file for a C# application. There is a URL element > for SOAP remoting, there are multiple servers used for back up. How can > I replace

[Nant-users] Reading XML file and replacing text

2004-07-08 Thread Hamza Zeen-Aldin
I have and XML Config file for a C# application. There is a URL element for SOAP remoting, there are multiple servers used for back up. How can I replace all of the old URLs with a new URL that's in stored in another XML file that has all of the server information. I tried using XMLPoke and XMLPee