From: Bernardo A. <ber...@vi...> - 2004-07-21 16:17:27
|
I need to include aritmethical expressions in a report generated with RLIB, but when there are LOWER THAN ("<") or GREATER THAN (">") symbols in the expressions, the generated HTML document is interpreted as if there were tags inside the expressions. For example: If I write 10 + z < x || y > 100 , I got a tag "< x || y >" , and so in the report the expression is truncated to "10 + z", ignoring whatever comes later in the line. The rest of the report becomes a mess, also. What can I do to workaround this issue? Can anyone send me a fix for this problem? Bernardo Alvez |