use the entity reference < instead
From: "Pham Anh Tuan" <[EMAIL PROTECTED]> Reply-To: [email protected] To: <[email protected]> Subject: [HELP] I can't not type < sign in my sqlmap xml file Date: Thu, 19 May 2005 16:06:08 +0700
Hi,
I can't not type < sign in sql definition xml file, I don't know why, plz help me solve this problem :(
<select id="getNOFBidding" resultClass="int" parameterClass="string">
select COUNT(distinct ITEMID)
from SALE
where SALESTATUS = 0 and MAXPRICE = 1
and TO_DAYS(NOW()) - TO_DAYS(SALEDATE) <= 15 and TO_DAYS(NOW()) - TO_DAYS(SALEDATE) > 0
and BUYERUSERID = #value#
</select>
report error: The content of elements must consist of well-formed character data or markup
Thanks for reading
Anh Tuan

