- From: Steven Pemberton <steven.pemberton@cwi.nl>
- Date: Thu, 14 Mar 2019 15:43:36 +0100
- To: public-xformsusers@w3.org, "XForms Users Community Group Issue Tracker" <sysbot+tracker@w3.org>
As part of this action, I identified other elements that have a @ref plus
other possible expressions, that would be evaluated in the context of the
ref.
(I have omitted deprecated elements).
* select/item/value
<select ...>
<item>
<label>...</label>
<value ref="..." value="..."/>
</item>
* select/itemset
<select ...>
<itemset ref="..." copy="...">
* submission
<submission ref="..." targetref="..." lots of others
@targetref is evaluated in the in-scope context
* <repeat ref="..." indexref="..." startindex="..." number="...">
@indexref is evaluated in the in-scope context.
* submission/header
<submission ...>
<header ref="..." name="..." value="..."/>
ACTIONS
* <setvalue ref=".." value="..."/>
* <load ref="..." resource="..."/>
* <message ref="..." value="..."/>
* <insert ref="..." at="..." origin="..."/> @origin is evaluated in the
in-scope context
* <delete ref="..." at="..."/>
Steven
Received on Thursday, 14 March 2019 14:44:01 UTC