case@label

https://www.w3.org/community/xformsusers/wiki/XForms_2.0#The_XForms_Switch_Module

The case element has an optional <label> child

  <switch ref="/payment/details" caseref="@method">
    <case id="creditCard">
      <label>Credit Card Details</label>
      ...
    </case>

but no optional @label.

An oversight surely.

Steven

Received on Wednesday, 28 September 2016 11:52:36 UTC