Hi, there,
 
I tried to build the TOC with leaders without leader-length specification (i.e. must to expands to entire available space between item text and page number), like as:
 
      <fo:block>
        <fo:basic-link internal-destination="part0">Introduction</fo:basic-link>
        <fo:leader leader-alignment="reference-area" leader-pattern="dots"/>
        <fo:page-number-citation ref-id="part0" text-align="end"/>
      </fo:block>
(See my XSL-FO example file)
 
This is working succesfully at FOP 0.19 (see leaders_at_FOP019.pdf), but at FOP 0.20.1 leaders doesnt appears (like as zero length)(see leaders_at_FOP0201.pdf).
 
Is this a FOP bug? Else, is this a wrong way to do so? I unlike to specify fixed leader-length or use the tables with fixed columns width, because I need the expansible leaders in TOC items.
 
I use FOP-0.19 (CVS build 20010424105603) and FOP 0.20.1 release.
 
Thanks and good work.
 
Best regards,
Alex V. Alishevskikh <[EMAIL PROTECTED]>
 
 
 
 

 

leaders_test.fo

leaders_at_FOP0201.pdf

leaders_at_FOP019.pdf

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]


Reply via email to