I would like to get the value and the name of the element(or ID) when a value has changed in fr-form-instance? I've added the followling in "fr-form-modal" :
<xforms:model id="fr-form-model">
...
...
<xforms:action ev:event="xxforms-value-changed" ev:observer="fr-form-instance">
<xxforms:variable name="changed-value" select="."/>//doesn't work
//get name(or id) if possible
</xforms:action>
...
...
</xforms:model>
The variable $changed-value is empty. Is there a way to accomplish this?