Next in thread → Next in month →

Re: [docbook-apps] Bleed tabs in xsl-fo?

From
Bob Stayton <>
Date
2010-04-07T00:25:59+00:00
ID
06b901cad5e8$d985bd30$6600a8c0@pazu
Thread
Re: [docbook-apps] Bleed tabs in xsl-fo?
Hi Scott,
That example needs to be updated for the 1.75.2 version of the stylesheets.  In 
1.75.2, the stylesheets added full support for writing mode right-to-left, so that 
references to 'left' and 'right' had to be made into variables.  The 
'margin.left.outer' and 'margin.left.inner' variables were internal to the 
fo/pagesetup.xsl stylesheet module, and were made obsolete in 1.75.2  See how 
page-masters are set up in fo/pagesetup.xsl in 1.75.2 to get the new ways to set the 
left and right margins.

The region.side.extent parameter is new to that example, and that should have been 
noted in the message. The stock stylesheets don't even have fo:region-start or 
fo:region-end defined, so there are no params to set their sizes.  I added that param 
in parallel to the region-before and region-after params.

Bob Stayton
Sagehill Enterprises



----- Original Message ----- 
From: "Scott Hudson" <>
To: "Docbook-Apps" <>
Sent: Tuesday, April 06, 2010 3:20 PM
Subject: [docbook-apps] Bleed tabs in xsl-fo?


> I'm trying to implement the bleed tabs that Bob outlined here:
> http://www.mail-archive.com/[email protected]/msg11880.html
>
> However, I get 2 errors that:
> Variable margin.left.outer has not been declared
> Variable region.side.extent has not been declared
>
> Where should these be declared?
>
> Thanks,
>
> -- Scott
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: 
> For additional commands, e-mail: 
>
>
>
Next in thread → Next in month →