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

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

[Nant-users] Re: string literals

2005-02-22 Thread Robert Smith
Thanks for the help, here's the syntax that made it succeed(note the " ): ~Robert On Tue, 22 Feb 2005 11:37:54 -0800, Robert Smith <[EMAIL PROTECTED]> wrote: > When I execute the equivalent of the below lines from command > line, InstallShield wants quotes around the second p