- From: Steven Pemberton <steven.pemberton@cwi.nl>
- Date: Tue, 19 Feb 2019 18:43:32 +0100
- To: " XForms" <public-xformsusers@w3.org>
There are two conflicting rules for evaluation context, so I want to check
which you think is right:
<instance>
<data xmlns="">
<parent colour="red">
<child colour="green">1</child>
</parent>
</data>
</instance>
...
<group ref="parent">
<output ref="child" class="{@colour}"/>
</group>
What is the value of @class?
Steven
Received on Tuesday, 19 February 2019 17:43:56 UTC