Re: [Nant-users] double quotes in buildfile

2005-12-04 Thread Gary Feldman
Thibaut Barrère wrote: Hi Koen use " inside " (ie : OriginalValue="value="true""). The double quote is a special character in XML and must be escaped. See this page http://www.mountaindragon.com/html/iso.htm for more informations. It's better to just use single quotes for the XML quotes,

Re: [Nant-users] double quotes in buildfile

2005-11-30 Thread Gary Feldman
Thibaut Barrère wrote: Hi Koen use " inside " (ie : OriginalValue="value="true""). The double quote is a special character in XML and must be escaped. See this page http://www.mountaindragon.com/html/iso.htm for more informations. It's better to just use single quotes for the XML quotes,

Re: [Nant-users] double quotes in buildfile

2005-11-30 Thread Thibaut Barrère
Hi Koen use " inside " (ie : OriginalValue="value="true""). The double quote is a special character in XML and must be escaped. See this page http://www.mountaindragon.com/html/iso.htm for more informations. cheers Thibaut-- [blog] http://www.dotnetguru2.org/tbarrere 2005/11/30, Koen Mayens <[EM

Re: [Nant-users] double quotes in buildfile

2005-11-30 Thread William_Martin
     [Nant-users] double quotes in buildfile Hi, I'm quite new to nant, I have a small problem but can't find a solution. I have a function which replaces text in a textfile but a having trouble with the double quotes. In the task a have 2 attributes which are OriginalValue and Replac

[Nant-users] double quotes in buildfile

2005-11-30 Thread Koen Mayens
Hi, I'm quite new to nant, I have a small problem but can't find a solution. I have a function which replaces text in a textfile but a having trouble with the double quotes. In the task a have 2 attributes which are OriginalValue and ReplaceValue. Now I want to do something like this: Then I g