RE: [xsl] Decimal alignment using fo:leader

Subject: RE: [xsl] Decimal alignment using fo:leader
From: "Angela Williams" <Angela.Williams@xxxxxxxxxxxxxxxxxx>
Date: Thu, 23 Aug 2007 08:58:09 -0500
 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.online@xxxxxxxxx]
Sent: Wednesday, August 22, 2007 6:43 PM
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
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>
       </
    </
</

Current Thread