RE: [Nant-users] Re: string literals

2005-02-22 Thread Castro, Edwin Gabriel (Firing Systems Engr.)
Here is another alternative: -- Edwin -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Robert Smith Sent: Tuesday, February 22, 2005 1:00 PM To: nant-users@lists.sourceforge.net Subject: [Nant-users] Re: string literals Thanks for the help, h

Re: [Nant-users] Re: string literals

2005-02-22 Thread Merrill Cornish
Robert, I think there's another solution that's a little prettier. XML allows either single _or_ double quotes to be used to delimit attributes. So, if you use single quotes to delimit that particular arg attribute, then you are free to use double quotes within that single quoted string. Merr