FOP/XSL and region-start
FOP/XSL and region-start
- Subject: FOP/XSL and region-start
- From: Lawrence Kendall <email@hidden>
- Date: Thu, 21 Apr 2005 21:26:56 +1000
Hi there,
the way I understand it, the standard XSL page layout is based around the top to bottom, left to right model, in that, the region-before runs across the top of the page, the region-after runs across the bottom of the page, the region-start runs vertically on the left side of the page (between the region-before and region-after) and the region-end runs vertically on the right side of the page (between the region-before and region-after).
My issue is that when I set up my regions like this:
<fo:simple-page-master master-name="first" page-height="21cm" page-width="29.7cm" margin-top="1cm" margin-bottom="2cm" margin-left="1.5cm" margin-right="1.5cm">
<fo:region-before extent="7cm" />
<fo:region-start extent="9cm" />
<fo:region-body />
<fo:region-end extent="1cm" />
<fo:region-after extent="1.5cm" />
</fo:simple-page-master>
I get the region-start directly to the left of the region-before.
Am I doing something wrong or is this how it is supposed to work??
Any help appreciated.
Cheers then,
Larry.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden