> -----Original Message-----
> From: Sean W. Ferguson [mailto:[EMAIL PROTECTED]
> Sent: Friday, August 01, 2003 11:51 AM
> To: Jakarta Commons Users List
> Subject: Re: [JELLY] If tag problem
> 
> Thanks, that fixed it.  Of course, the other problem I've noticed is
> that doing this will generate an error:
> 
> "${x <= y}"
> 
> Basically it complains about the < character.

You must use "${x &lt;= y}", i.e. an XML char entity.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to