RE: Reminder for send comments and issues

I have dropped www-forms-editor from this discussion.

Is this ossie related to the problem of not being able to find the repeat node?

The following UI snippet tries to repeat over a nodeset and use an intervening group to access relevance information from a second instance.  It's hampered by not be able able to find the repeat node.  

I think there needs to be a new function, something like repeat-node() or repeat-node("id").  It would be used once the context node for the relevance has been used in the outer group, as the inner group can't find its way back to the repeat item without the same function.

<repeat nodeset="a/b">
  <group ref="instance('other')/test[@name = current()/@name]">
    <group ref="repeat-node()">
      <output ref="."><label ref="@name"/></output>
    </group>
  </group>
</repeat>

Leigh.

-----Original Message-----
From: www-forms-request@w3.org [mailto:www-forms-request@w3.org] On Behalf Of Ulrich Nicolas Lissé
Sent: Thursday, April 06, 2006 8:38 AM
To: Allan Beaufour
Cc: www-forms@w3.org; www-forms-editor@w3.org
Subject: Re: Reminder for send comments and issues


Allan,

thanks a lot for sticking to this issue.

Uli.

Allan Beaufour wrote:
> Hi Ulrich,
> 
> We discussed your mail at the meeting today.
> 
> On 3/28/06, Ulrich Nicolas Lissé <u.n.l@gmx.net> wrote:
>> would you please check
>> http://lists.w3.org/Archives/Public/www-forms/2005Nov/0046.html too ?
> 
> Which was:
>>> maybe I'm missing something, but I can't find a statement about what 
>>> exactly is supposed to be the evaluation context for the index 
>>> attribute of xf:setindex:
> 
> We've created an action item to try to make "finding the evaluation 
> context" more clear in future specifications.
> 
>>> Is it a) the binding context established by the enclosing element of 
>>> element xf:setindex, or is it b) the binding context of element 
>>> xf:repeat referenced by the repeat attribute of element xf:setindex ?
> 
> It is a).
> 
> On behalf of the working group,
> 
> Allan Beaufour
> 
> 


--
Ulrich Nicolas Lissé

Received on Friday, 7 April 2006 02:23:09 UTC