[xsl] FO: center a table

Subject: [xsl] FO: center a table
From: Florent Georges <darkman_spam@xxxxxxxx>
Date: Tue, 27 Dec 2005 11:21:19 +0100 (CET)
  Hi

  I can't figure out how to make this simple task: I have a fo:table in
a fo:flow, and I have to center the table horizontally in the flow. 
Something like the following, but with centering the table:

    <?xml version="1.0"?>
    <fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format";>
      <fo:layout-master-set>
        <fo:simple-page-master master-name="master"
                               page-height="845pt"
                               page-width="598pt">
          <fo:region-body margin-left="50pt"
                          margin-top="50pt"
                          margin-bottom="50pt"
                          margin-right="50pt"/>
        </fo:simple-page-master>
      </fo:layout-master-set>
      <fo:page-sequence master-reference="master">
        <fo:flow flow-name="xsl-region-body">
          <fo:table width="100pt" table-layout="fixed">
            <fo:table-column column-width="100pt"/>
            <fo:table-body>
              <fo:table-row>
                <fo:table-cell>
                  <fo:block>foo</fo:block>
                </fo:table-cell>
              </fo:table-row>
            </fo:table-body>
          </fo:table>
        </fo:flow>
      </fo:page-sequence>
    </fo:root>

  Regards,

--drkm



















	

	
		
___________________________________________________________________________ 
Nouveau : tiliphonez moins cher avec Yahoo! Messenger ! Dicouvez les tarifs exceptionnels pour appeler la France et l'international.
Tilichargez sur http://fr.messenger.yahoo.com

Current Thread