input tag is not being closed

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

input tag is not being closed

orbeanUser111
the input tag is not being closed.  how do i think fix this?

my orbeon version is 3.8.0.201005141856

example:

xforms
<xforms:input id="testId" ref="instance('budgetWorksheet-instance')/finalBudget/">
   <xforms:label/>
</xforms:input>

generated html
<label class="xforms-label" id="testId$$l" for="testId$xforms-input-1"></label>

<input id="testId$xforms-input-1" type="text" name="testId$xforms-input-1" value="" class="xforms-input-input">
 
Reply | Threaded
Open this post in threaded view
|

Re: input tag is not being closed

Erik Bruchez
Administrator
Orbeon Forms produces HTML by default, and in HTML, you don't have to close it!

Our HTML is produced by the HTML serialization defined here:


and implemented by Saxon.

-Erik

On Thu, Feb 3, 2011 at 10:33 AM, orbeanUser111 <[hidden email]> wrote:

the input tag is not being closed.  how do i think fix this?

my orbeon version is 3.8.0.201005141856

example:

xforms
<xforms:input id="testId"
ref="instance('budgetWorksheet-instance')/finalBudget/">
  <xforms:label/>
</xforms:input>

generated html
<label class="xforms-label" id="testId$$l"
for="testId$xforms-input-1"></label>

<input id="testId$xforms-input-1" type="text" name="testId$xforms-input-1"
value="" class="xforms-input-input">

--
View this message in context: http://orbeon-forms-ops-users.24843.n4.nabble.com/input-tag-is-not-being-closed-tp3258699p3258699.html
Sent from the Orbeon Forms (ops-users) mailing list archive at Nabble.com.


--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
OW2 mailing lists service home page: http://www.ow2.org/wws




--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
OW2 mailing lists service home page: http://www.ow2.org/wws