[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

[xsl] creating a dot leader in fo for toc


Subject: [xsl] creating a dot leader in fo for toc
From: Paul Tremblay <phthenry@xxxxxxxxxxxxx>
Date: Tue, 18 May 2004 14:45:47 -0400

I need to create a dot leader in fo and am unable to do so:

Chapter 1 ................................ 5
Chapter 2 .................................6

According to Dave Pawson's book on XSL-FO, you create this type of
leader by this code:

<fo:block
  text-align-last="justify">Chapter 10
  <fo:leader leader-pattern = "dots"/>page 25 </fo:block>

This code does not work for me. I am using Java's open implementaion of
xslt-fo known as fop.

Is the problem with fop? If so, can anyone suggest a workaround?

Thanks

Paul

-- 

************************
*Paul Tremblay         *
*phthenry@xxxxxxxxxxxxx*
************************


Current Thread