Re: [xsl] Controlling white space

Subject: Re: [xsl] Controlling white space
From: Stephen Cunliffe <scunliffe@xxxxxxxxxxxxxxxxxx>
Date: Thu, 11 Jan 2001 10:02:56 -0600
Fairly easy...

use &#160; to create a non-breaking space

<td>My Label Here:&#160;</td><td><input type="text" size="20"/></td>

or:

<td><xsl:value-of select="mylabel"/>:&#160;</td><td><input type="text" size="20" value="{mycontent}"/></td>

Hope this helps.

Steve


madanlal k kridhna wrote:

> HI,
> I am new to XSL programming. I've designed a xsl which transform the XML file into HTML table. I need to have a blank space between the label and textbox of the rows of the table.. the label and textbox are the columns of the table.
> I've tried by various means but all my efforts in vain.
> Your help is appreciated.
> lal.
>
> Get your small business started at Lycos Small Business at http://www.lycos.com/business/mail.html
>
>  XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread