RE: Evaluation Context of <bind> Computed Expression

Hi Tomayko,

I am not sure, whether this answers your questions at all, but I think the
first
bind should be written as:

<xform:bind id="qty"
     ref="po/lineItems/lineItem/qty"
     relevant="../total > 1000"/>

, since relevant will be applied to every node in nodeset 'ref' with that
node as the context node.

Therefore, I do not see why form controls that refer to instance items with
computed expressions, could not be used within 'repeat'.

- Mikko Honkala - http://www.x-smiles.org/

Received on Friday, 14 September 2001 05:35:47 UTC