Labels in host language

Take the following example:

<xfm:input ref="number">
  <xfm:label>Credit Card Number:</xfm:label>
</xfm:input>

Question 1: Is it possible to separate the label and the input control in 
the displayed form? I would like to achieve something like the sample 
below. ('host' represents the namespace prefix for the host language)

<host:table-row>
  <host:table-cell>
    <xfm:label id="xyz">Credit Card Number:</xfm:label>
  </host:table-cell>
  <host:table-cell>
    <xfm:input ref="number">
      <xfm:label refid="xyz"/>
    </xfm:input>
  </host:table-cell>
</host:table-row>




Question 2: Is it allowed to embed elements from the host language inside 
the label?

<xfm:input ref="number">
  <xfm:label><xfm:term>Credit Card</xfm:term> Number:</xfm:label>
</xfm:input>


Thanks for you feedback!
-----
Klaas Bals  -  CTO
Inventive Designers
Direct Phone: +32 - 3 - 8210183
Office Phone: +32 - 3 - 8210170
Office Fax: +32 - 3 - 8210171
Email: Klaas_Bals at inventivedesigners dot com

Received on Friday, 20 August 2004 13:01:08 UTC