Undefined Space after xforms:output???

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

Undefined Space after xforms:output???

Marcus-2
Hi,
i just mentioned some place after an xforms:output which i can't hide :-(
Is there a way?
 
The code:
--------------
(<xforms:output model="resources-model" ref="instance('resources-instance')/forms/detail/titles/Seiten"/>:
<xforms:output value="{substring-after(saxon:path(),'/result/')}"/>)
 
 
Output:
----------
(Seiten:      Test2)
 
 
Source.code:
-------------------
(<span id="xforms-element-236" class="xforms-control xforms-output xforms-readonly">Seiten</span><label class=" xforms-alert-inactive xforms-alert" for="xforms-element-236"></label>:<span id="xforms-element-237" class="xforms-control xforms-output">Test2</span>)
 
 
I think that space is because of the <label>-tag???
 
 
Thanks, Marcus
 


--
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
ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
Reply | Threaded
Open this post in threaded view
|

Re: Undefined Space after xforms:output???

fl.schmitt(ops-users)
Hi Marcus,

> *i just mentioned some place after an xforms:output which i can't hide :-(*
> *Is there a way?*

> *The code:*
> --------------
> (<xforms:output model="resources-model"
> ref="instance('resources-instance')/forms/detail/titles/Seiten"/>:
> <xforms:output value="{substring-after(saxon:path(),'/result/')}"/>)

maybe it's the issue mentioned in this thread:

http://mail-archive.objectweb.org/ops-users/2006-05/msg00325.html

So it may help to replace
ref="instance('resources-instance')/forms/detail/titles/Seiten"
with
value="instance('resources-instance')/forms/detail/titles/Seiten"


HTH
florian



--
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
ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
Reply | Threaded
Open this post in threaded view
|

Re: Undefined Space after xforms:output???

Joseph Lawrence
Hi Marcus,
        You may also be able to override  this by  defining  .xforms-alert-inactive{display:none} in the xhtml:style element.  I believe  this  space  is  occuring  as  a  result  of  the  xforms-engine  trying  to reserve  space  for the  xforms-alert-active class so that when the bound node becomes invalid there won't be too much trouble with the alignment.

Thanks
Joseph Lawrence
Stabilix Solutions

Florian Schmitt <[hidden email]> wrote:
Hi Marcus,

> *i just mentioned some place after an xforms:output which i can't hide :-(*
> *Is there a way?*

> *The code:*
> --------------
> (
> ref="instance('resources-instance')/forms/detail/titles/Seiten"/>:
> )

maybe it's the issue mentioned in this thread:

http://mail-archive.objectweb.org/ops-users/2006-05/msg00325.html

So it may help to replace
ref="instance('resources-instance')/forms/detail/titles/Seiten"
with
value="instance('resources-instance')/forms/detail/titles/Seiten"


HTH
florian


--
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
ObjectWeb mailing lists service home page: http://www.objectweb.org/wws


TV dinner still cooling?
Check out "Tonight's Picks" on Yahoo! TV.

--
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
ObjectWeb mailing lists service home page: http://www.objectweb.org/wws