Re: [xsl] table cell issues

Subject: Re: [xsl] table cell issues
From: "J.Pietschmann" <j3322ptm@xxxxxxxx>
Date: Tue, 28 Oct 2003 22:55:00 +0100
karthikeyan.balasubramanian wrote:
How do I provide 5 character width for all
data coming after the first line.

Use an appropriate start-indent and a negative text-indent to compensate the block indent in the first line, like <fo:block start-indent="5em" text-indent="-5em"> <xsl:value-of select="NOM" /> </fo:block>

J.Pietschmann



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


Current Thread