|
Subject: [xsl] 2 column page layouts in FO From: Dan Vint <dvint@xxxxxxxxx> Date: Thu, 15 Sep 2005 11:59:44 -0700 |
<fo:simple-page-master master-name="index-2col"
page-height="{$pageHeight}" page-width="{$pageWidth}"
margin-top=".5in"
margin-bottom=".5in"
margin-left=".75in"
margin-right=".75in" ><fo:region-body margin-top=".5in" margin-bottom=".35in"/> <fo:region-before extent=".5in" display-align="before" /> <fo:region-after extent=".5in" display-align="after"/>
<fo:region-body column-count="2" column-gap=".5in" margin-bottom=".35in"/> </fo:simple-page-master>
<fo:page-sequence-master master-name="index"> <fo:repeatable-page-master-reference master-reference="index-2col" /> </fo:page-sequence-master >
<!-- Process the INDEX section of the document --> <fo:page-sequence
font-family="sans-serif" color="#000000"
text-align="justify" font-size="10pt"
master-reference="index"
>
<fo:flow flow-name="xsl-region-body"> <fo:block xsl:use-attribute-sets="div1-attrs" > <xsl:if test="$processor='AXF'"> <!-- bookmarks --> <xsl:if test="$TOC='Yes'"> <fo:block axf:outline-level="1" axf:outline-expand="false" axf:outline-title="Index"/> </xsl:if> </xsl:if>
<fo:block
font-size="{$sec1-font-size}"
text-align='center'
span="all"
xsl:use-attribute-sets="title-attrs"
>
<xsl:text>Index</xsl:text>
</fo:block> </fo:block>
</fo:flow>
</fo:page-sequence>
thanks ..dan --------------------------------------------------------------------------- Danny Vint
Specializing in Panoramic Images of California and the West http://www.dvint.com
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| Re: [xsl] attribute test, Spencer Tickner | Thread | Re: [xsl] 2 column page layouts in , G. Ken Holman |
| RE: [xsl] Replacing HTML in my XML , Tech Jigyasu | Date | Re: [xsl] jd.xslt dead?, Tony Lavinio |
| Month |