On Mon, 10 Dec 2007, Thomas Rene Vervik wrote:

So my question would be - how do you manage to make < and > comparisons in
queries using ibatis ?

You're dealing with XML, so use CDATA sections or entities &lt; and &gt;

< &lt;
&gt;

--
Graeme -

Reply via email to