Re: [xsl] How to Create Side Heads in XSL-FO

Subject: Re: [xsl] How to Create Side Heads in XSL-FO
From: "W. Eliot Kimber" <eliot@xxxxxxxxxx>
Date: Wed, 23 Jan 2002 13:33:10 -0600
"G. Ken Holman" wrote:

> How does it compare to your generated FO file?  Have you tried copy and
> paste of the generated FO file into a standalone snippet and rendering
> that?  That, too, would indicate ancestral inheritance issues.

I have not tried it isolation. Unfortunately, I've run out of time to
track this down--I was hoping there was a simple answer. Here's the FO
output for the flow in question:

<fo:flow flow-name="xsl-region-body">
<fo:block 
text-align="left" 
space-before.conditionality="discard" 
score-spaces="false" 
font-weight="bold" 
space-after.conditionality="discard" 
space-before.maximum="1em" 
keep-with-next="always" 
font-family="sans-serif" 
space-after.maximum=".75em" 
widows="2" 
keep-with-previous="no" 
space-after.optimum=".5em" 
orphans="2" 
space-after.minimum=".25em" 
space-before.optimum=".75em" 
space-before.minimum=".5em" 
keep-together="always" 
break-before="odd-page">
  <fo:block 
    font-size="78pt">1</fo:block>
  <fo:block 
    margin-left="72pt" 
    space-after.optimum="90pt" 
    font-weight="normal" 
    font-size="30pt">
Embedded Web server
</fo:block>
</fo:block>

Thanks,

Eliot
ISOGEN International, LLC

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


Current Thread