You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by Tim Bachta <tb...@kopent.com> on 2003/06/10 20:45:53 UTC

Spacing issues?

How come I am getting huge amounts of space between hard-coded items and
database items in my view source when they should be no space according
to my code?

 

Ex.

Code = <div id="panel_sw{report-name}" class="dlgPanel"> I would expect
<div id="panel_swReportName" class="dlgPanel">  

 

Source = <div class="dlgSwitch" id="sw

                                                            Overdue Task
Report

                                                     ">

 

 

Tim Bachta

 

(913)693-0538 Office

(913)486-5213 Mobile

 

 


Re: Spacing issues?

Posted by Joerg Heinicke <jo...@gmx.de>.
{normalize-space(report-name)}

Joerg

Tim Bachta wrote:
> How come I am getting huge amounts of space between hard-coded items and 
> database items in my view source when they should be no space according 
> to my code?
> 
>  
> 
> Ex.
> 
> Code = <div id="panel_sw{report-name}" class="dlgPanel"> I would expect 
> <div id=”panel_swReportName” class=”dlgPanel”> 
> 
>  
> 
> Source = <div class="dlgSwitch" id="sw
> 
>                                                             Overdue Task 
> Report
> 
>                                                      ">
> 
> * *
> 
>  
> 
> Tim Bachta


---------------------------------------------------------------------
To unsubscribe, e-mail: cocoon-users-unsubscribe@xml.apache.org
For additional commands, e-mail: cocoon-users-help@xml.apache.org