I have fighting about this for a while and I think that I have finally found the problem :
In my xform, I have the following :
<xforms:output ref="date" /> / <xforms:output ref="contributors" />
Example : Friday November 23, 2007 / Mac Gyver
The problem, is that I think that the latest build of orbeon adds labels for error handling, no ? Because if I check the source code on my client web browser :
... Friday November 23, 2007 <label class="xforms-alert-inactive xforms-alert" for="xforms-element-43·1"></label> /
You see that my date ends... a label starts, closes, and the the "/" comes. The problem is that I have a big blank space now between the two! (See attached image).
Is there anyway to remove the space? CSS styling?