[Xsltforms-support] Support for ref attribute in label elements
Brought to you by:
alain-couthures
|
From: Isidro V. V. <jv...@gm...> - 2014-04-13 14:53:55
|
Hi,
I am trying to get use the ref attribute in a label element but
apparently it doesn't seems to work.
<xf:repeat nodeset="Customers">
<tr>
<td>
<xf:trigger>
<xf:label ref="CustomerName"/>
</xf:trigger>
</td>
...
</tr>
</xf:repeat>
According to specification
(http://www.w3.org/TR/xforms11/#ui-commonelems-label) it should be
possible, but I would like to ask Alan if it is implemented or if anyone
has used it
Thanks
Isidro
|