You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by Yann <yl...@ims.ltd.uk> on 2000/05/03 13:54:22 UTC

logicsheets and XSP expr evaluation

Hi Cocooners

In an XSP page I have the following line:
<insertmenu>

    <xsp:attribute name="locked">

        <xsp:expr>bLocked</xsp:expr>

    </xsp:attribute>

</insertmenu>

insertmenu is a logicsheet tag, i.e. it will insert some other tags.

The problem is, I want the <xsp:expr> to be evaluated before the logicsheet is called so that I can pass a boolean value to the logic sheet. Of course it doesn't work: "bLocked" is passed not "true" or "false".

Yann.