I tried the following FO to generate a PDF in both 0.94 and 0.95:
 
<?xml version="1.0" encoding="UTF-8"?>
<root xmlns="http://www.w3.org/1999/XSL/Format";>
 <layout-master-set>
  <simple-page-master master-name="foo" page-height="11in"
page-width="8.5in">
   <region-body/>
  </simple-page-master>
 </layout-master-set>
 <page-sequence master-reference="foo">
  <flow flow-name="xsl-region-body">
   <block><leader border-after-style="solid" leader-length="2in"/>hello
there</block>
  </flow>
 </page-sequence>
</root>
 
The output has no line in front of "hello there". I know that
leader-pattern="rule" would produce nearly the same output, but the spec
suggests that border-after-style applies to leader. Am I missing
something?
 
Eric Amick
Legislative Computer Systems
Office of the Clerk
 

Reply via email to