If you are making your XML by hand you need to:
> = >
< = <
& = &
so iif(z < 5, 1, 0) is iif(z < 5, 1, 0)
kinda sucks but thats the only way to make valid XML. It's not rlib's
fault
- bob
On Wed, 2004-07-21 at 13:16 -0300, Bernardo Alvez wrote:
> 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
>
>
>
>
> -------------------------------------------------------
> This SF.Net email is sponsored by BEA Weblogic Workshop
> FREE Java Enterprise J2EE developer tools!
> Get your free copy of BEA WebLogic Workshop 8.1 today.
> http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click
> _______________________________________________
> Rlib-users mailing list
> Rli...@li...
> https://lists.sourceforge.net/lists/listinfo/rlib-users
|