Evaluation context for avts

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