xsl-list
[Top] [All Lists]

RE: [xsl] Decimal alignment using fo:leader

2007-08-23 06:58:54
 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>
--~--