Re: XSL-FO Decimal Alignment

At 09:19 2003 06 19 -0400, hostyt@Nationwide.com wrote:

>I have a table with two columns.  I'd like all of the values in the columns
>to align in the center of the cell, so all the decimals line up.
>
>ex.
>10.0
>100.0
>1000.0
>
>I would like the decimals to align in the center of the cell.
>
>Can you do this with XSL:FO?


Set text-align="." on all the relevant fo:table-cell's.

See the <string> value of text-align at
http://www.w3.org/TR/xsl/slice7.html#text-align

paul

Received on Thursday, 19 June 2003 10:02:25 UTC