RE: [Nant-users] using the < operator causes an error.

2005-08-04 Thread Hart, Leo
I believe that because the NAnt config file is XML, you need to escape the XML character '<', so: -Original Message- From: Stephen Ho [mailto:[EMAIL PROTECTED] Sent: Thursday, August 04, 2005 10:50 AM To: nant-users@lists.sourceforge.net Subject: [Nant-users] using t

[Nant-users] using the < operator causes an error.

2005-08-04 Thread Stephen Ho
Hi, I am new to Nant. When I try to use the < operator to compare 2 strings or numbers, it gives me an error. The > operator works fine. I am using RC3 on winXP. Example: Error Message: Error loading buildfile. '<', hexadecimal value 0x3c, is an invalid attribute character. It runs