[xep-support] Column width and table content

From: Fritsch, Michael <michael.fritsch@coremedia.com>
Date: Tue Jul 05 2005 - 02:23:22 PDT

Hello, a new try with a shorter mail ;-)
I still have a problem generating an index using tables.
I'm using a two-column page layout and add the index entries and page numbers using a table with two columns. Each cell of one column holds the index entries, the other holds the page numbers.
The Layout should look like the following:
A C

IndexEntry 10, 15, 32, 55 IndexEntry 111
                60, 79
In XEP 2.78 everything worked fine but now the page numbers behave strange. If there are too much page numbers for one line of the table cell, they overlap with the first cell and sometimes even with the index entry.
The xsl-fo looks as follows:

<fo:flow font-size="9pt" font-family="Conduit" line-height="10.2pt" text-align="justify" padding-after="5pt" hyphenate="true" language="en" padding-before="10pt" flow-name="xsl-region-body">
                        <fo:table table-layout="fixed" width=28mm" border-collapse="separate">
                                <fo:table-column column-width="28mm"/>
                                <fo:table-column column-width="18mm"/>
<fo:table-row>
                                                <fo:table-cell>
                                                        <fo:block font-size="9pt" font-family="Conduit" line-height="10.2pt" text-align="left" padding-after="1pt" hyphenate="true">Active Delivery Server</fo:block>
                                                </fo:table-cell>
                                                <fo:table-cell>
                                                        <fo:block font-size="8pt" font-family="Conduit" line-height="10.2pt" text-align="right" padding-after="1pt" hyphenate="true">
                                                                <fo:basic-link internal-destination="doc18798">
                                                                        <fo:page-number-citation ref-id="doc18798"/>
                                                                </fo:basic-link>,

                    <fo:basic-link internal-destination="doc18806">
                                                                        <fo:page-number-citation ref-id="doc18806"/>
                                                                </fo:basic-link>,

                    <fo:basic-link internal-destination="doc18840">
                                                                        <fo:page-number-citation ref-id="doc18840"/>
                                                                </fo:basic-link>,

 </fo:block>
                                                </fo:table-cell>
                                        </fo:table-row>
So, what's wrong??
Thanks in advance,
Michael


--
Dr. Michael Fritsch
Technical Editor

tel +49.40.325587.214
fax +49.40.325587.999
michael.fritsch@coremedia.com

CoreMedia
Ludwig-Erhard-Str. 18
20459 Hamburg, Germany
<www.coremedia.com>



-------------------
(*) To unsubscribe, send a message with words 'unsubscribe xep-support'
in the body of the message to majordomo@renderx.com from the address
you are subscribed from.
(*) By using the Service, you expressly agree to these Terms of Service http://www.renderx.com/terms-of-service.html
Received on Tue Jul 5 02:46:13 2005

This archive was generated by hypermail 2.1.8 : Tue Jul 05 2005 - 02:46:14 PDT