Re: [xsl] Vertical lines

Subject: Re: [xsl] Vertical lines
From: "W. Eliot Kimber" <eliot@xxxxxxxxxx>
Date: Tue, 18 Nov 2003 09:22:40 -0600
Skwirel Software Ltd wrote:

Tomas,

Thanks for the answer.  I've already tried this, but the results are
unacceptable.

You can also try using a leader w/in a rotated block container, e.g.:


<fo:block-container
    position="absolute"
    reference-orientation="90"
    inline-progression-dimension="15.2cm"
    block-progression-dimension="12mm"
>
 <fo:block>
  <fo:leader leader-pattern="rule"
      leader-length="15cm"
      rule-style="solid"
      rule-thickness="1cm"/>
 </fo:block>
</fo:block-container>

When I render this example with XSL Formatter 2.5 and measure the resulting rule in Acrobat using PitStop Pro, I get a 15cm x 1cm vertical box.

Cheers,

Eliot
--
W. Eliot Kimber
Innodata Isogen
eliot@xxxxxxxxxx
www.isogen.com


XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list



Current Thread