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
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