Mario Madunic
Thu, 28 Jan 2010 06:19:08 -0800
(Windows XP sp3, FOP 0.95, and Saxon 9) I'm new to FO, as in setting up the lay-master and page-sequence and am having an issue with columns. I've set up a region-body as the following:
<fo:simple-page-master master-name="serviceOddPage" page-width="8.5in"
page-height="11in" margin-top="{$g_MarginTop}"
margin-bottom="{$g_MarginBottom}" margin-right="{$g_MarginOutsideOdd}"
margin-left="{$g_MarginInsideOdd}">
<fo:region-body region-name="body" column-count="{$g_Columns}"
column-gap="{$g_ColumnGapWidth}" />
</fo:simple-page-master>
<fo:simple-page-master master-name="serviceEvenPage" page-width="8.5in"
page-height="11in" margin-top="{$g_MarginTop}"
margin-bottom="{$g_MarginBottom}" margin-right="{$g_MarginOutsideEven}"
margin-left="{$g_MarginInsideEven}">
<fo:region-body region-name="body" column-count="{$g_Columns}"
column-gap="{$g_ColumnGapWidth}" />
</fo:simple-page-master>
<fo:page-sequence-master master-name="seviceSectionPagesSequence">
<fo:repeatable-page-master-alternatives>
<fo:conditional-page-master-reference odd-or-even="odd"
master-reference="serviceOddPage" />
<fo:conditional-page-master-reference odd-or-even="even"
master-reference="serviceEvenPage" />
</fo:repeatable-page-master-alternatives>
</fo:page-sequence-master>
The content I'm using is just a test string wrapped in a fo:block/fo:inline.
What is happening is the content is bleeding to the right. So the first
column's content is bleeding into the left column and the left column is
bleeding off the page to the right. How this prevented?
Any help would be appreciated.
Thanks
Marijan (Mario) Madunic
Publishing Specialist
New Flyer Industries
--------------------------------------------------------------------
Please consider the environment before printing this e-mail.
CONFIDENTIALITY STATEMENT: This communication (and any and all information or
material transmitted with this communication) is confidential, may be
privileged and is intended only for the use of the intended recipient. If you
are not the intended recipient, any review, retransmission, circulation,
distribution, reproduction, conversion to hard copy, copying or other use of
this communication, information or material is strictly prohibited and may be
illegal. If you received this communication in error or if it is forwarded to
you without the express authorization of New Flyer, please notify us
immediately by telephone or by return email and permanently delete the
communication, information and material from any computer, disk drive, diskette
or other storage device or media. Thank you.
---------------------------------------------------------------------
To unsubscribe, e-mail: fop-users-unsubscr...@xmlgraphics.apache.org
For additional commands, e-mail: fop-users-h...@xmlgraphics.apache.org