Spacing issues?

2003-06-10 Thread Tim Bachta
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

Re: Spacing issues?

2003-06-10 Thread Joerg Heinicke
{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

RE: Spacing issues?

2003-06-10 Thread Tim Bachta
Where do I put that? -Original Message- From: Joerg Heinicke [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 10, 2003 3:06 PM To: [EMAIL PROTECTED] Subject: Re: Spacing issues? {normalize-space(report-name)} Joerg Tim Bachta wrote: How come I am getting huge amounts of space between

Re: Spacing issues?

2003-06-10 Thread Joerg Heinicke
PROTECTED] Subject: Re: Spacing issues? {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

Re: Spacing issues?

2003-06-10 Thread Andre Thenot
at chapter on XSL. A. On Tuesday, June 10, 2003, at 05:19 PM, Tim Bachta wrote: Where do I put that? -Original Message- From: Joerg Heinicke [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 10, 2003 3:06 PM To: [EMAIL PROTECTED] Subject: Re: Spacing issues? {normalize-space(report-name

RE: Spacing issues?

2003-06-10 Thread Tim Bachta
I do not have a xsl:variable named report-name how do I declare that? I am going to get that book this evening. -Original Message- From: Andre Thenot [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 10, 2003 4:30 PM To: [EMAIL PROTECTED] Subject: Re: Spacing issues? That was an XPath