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

------------------------------------------------------------------------------
Put Bad Developers to Shame
Dominate Development with Jenkins Continuous Integration
Continuously Automate Build, Test & Deployment 
Start a new project now. Try Jenkins in the cloud.
http://p.sf.net/sfu/13600_Cloudbees
_______________________________________________
Xsltforms-support mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xsltforms-support

Reply via email to