<fo:block text-align="center" font-size="large" space-after="1em">
Table of Contents
</fo:block>
<fo:table-column column-width="6cm"/>
<fo:table-column column-width="12cm"/>
<fo:table-column column-width="2cm"/>
<fo:block text-align="left">
<xsl:value-of select="."/>
</fo:block>
</fo:table-cell>
<fo:block>
<fo:inline> <fo:leader leader-pattern="dots"/> </fo:inline>
</fo:block>
</fo:table-cell>
<fo:block start-indent="0.5cm">
<fo:page-number-citation ref-id="{.}"/>
</fo:block>
</fo:table-cell>
</fo:table>
From: Mark Baier [mailto:[EMAIL PROTECTED]
Sent: Thursday, February 27, 2003 9:50 AM
To: [EMAIL PROTECTED]
Subject: AW: TOC - page numbers not justified
Hi,i think putting your TOC into a table with two columns couldsolve the problem...Mark-----Urspr�ngliche Nachricht-----
Von: Afshartous, Nick [mailto:[EMAIL PROTECTED]
Gesendet: Donnerstag, 27. Februar 2003 15:40
An: '[EMAIL PROTECTED]'
Betreff: TOC - page numbers not justified
Hi,
I'm trying to generate a table of contents using a fragment
similar to the example in Ch 10 of Pawson's book<xsl:for-each select="html:html/html:body/html:h1">
<fo:block text-align-last="justify">
<xsl:value-of select="."/>
<fo:inline>
<fo:leader leader-pattern="dots"/>
<fo:page-number-citation ref-id="{.}"/>
</fo:inline>
</fo:block></xsl:for-each>
The problem I'm seeing though is that the page numbers
in the contents are <<sample.pdf>> not right justified (see attached). Thanks for any suggestions
on how to resolve this.
--
Nick
sample.pdf
Description: Binary data
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
