xsl-list
[Top] [All Lists]

Re: [xsl] Decimal alignment using fo:leader

2007-08-23 07:04:55
Hi Angela,

couldn't you just use two columns with invisible border between?
Then you could put  the integer part of the number (including the
point) right aligned in the first column and the decimal part left
aligned in the second.


On 8/23/07, Angela Williams 
<Angela(_dot_)Williams(_at_)the401kcompany(_dot_)com> wrote:
 I just read through this again and realized I need to make another
clarification...

The actual width of the column is user-defined and may be precise or set
to a proportional value, so column-width="auto" is not an option in this
case.


Thanks!
Angela

-----Original Message-----
From: Abel Braaksma [mailto:abel(_dot_)online(_at_)xs4all(_dot_)nl]
Sent: Wednesday, August 22, 2007 6:43 PM
To: xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
Subject: Re: [xsl] Decimal alignment using fo:leader

<fo:table>
   <fo:table-column text-align="." column-width="auto" />
   ....
   <fo:table-body>
       <fo:table-row>
          <fo:table-cell>52.50000</fo:table-cell>
       </
       <fo:table-row>
          <fo:table-cell>10.38</fo:table-cell>
       </
    </
</


--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: 
<mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--





-- 
Ivan

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--