Hi! >>> Sorry, it cuts off just before it gets interesting. >>>
Sorry. ;-)
>>>
You can start with a copy of your real file and successively cut stuff.
>>>
It's a little bit confusing, but i'm find to my surprise, that the problem with
the sect2 apperas only than when i generated the abstract part of bookinfo. I
commented parts out and firstly it looks like the problem come from a table in
an abstract section. When i comment this table out the whole output of TOC is
OK. But after i tried to create a small file with only two sect1 and two sect2
in each of sect1 and with the table in bookinfo i get an ouput where only one
number of sect2 don't fit, like a russian roulette.
I attach here as you wish the whole fo file where the correct output can be
reached after commentig out the table with the address. I see, thtat if i use
instead of the table something other, there will be no more problem with the
toc numbers, but perhaps can somebody explain why i get this behavior.
Here just my xml and xsl code for the table
XML-Code:
<informaltable frame="none">
<tgroup cols="1" colsep="0" rowsep="0">
<colspec colname="c1" />
<tbody>
<row><entry>You can contact VarySys Technologies GmbH
& Co.KG at:</entry></row>
<row><entry> </entry></row>
<row><entry>VarySys Technologies GmbH &
Co.KG</entry></row>
<row><entry>Mönchhaldenstraße
28</entry></row>
<row><entry>D – 70191 Stuttgart</entry></row>
<row><entry> </entry></row>
<row><entry>Tel.: (07 11) 2 50 11 98</entry></row>
<row><entry>Fax: (07 11) 2 50 11 97</entry></row>
<row><entry>Email: <ulink url="mailto:[EMAIL
PROTECTED]">[EMAIL PROTECTED]</ulink></entry></row>
<row><entry>
Internet:
<ulink
url="http://www.varysys.com">http://www.varysys.com</ulink>
</entry>
</row>
</tbody>
</tgroup>
</informaltable>
XSL-Code:
<xsl:template match="[EMAIL PROTECTED]'none']">
<fo:table table-layout="fixed"
width="{$default.table.width}"
padding-top="{$body.font.master}pt"
keep-together="always"
keep-with-next="always">
<xsl:apply-templates />
</fo:table>
</xsl:template>
CU
Anton
<<attachment: PacketAlarm.zip>>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
