use either:
if(a!=b && b!=a) {a=b;};
or:
<![CDATA[
if(a!=b && b!=a) {a=b;};
]]>
DR
At 07:10 PM 12/26/01 +0300, you wrote:
>I'm have some problem
>When i include some lymbols (like &,<) into XSP page like:
><xsp:logic>
> if(a!=b && b!=a) {a=b;};
></xsp:logic>
>his doesn't work
>Does anybody have any ideas what I'm doing wrong?
>Thanx.
>yuryx
---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>
To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail: <[EMAIL PROTECTED]>