</xsl:variable>
<fo:static-content flow-name="xsl-region-before-first">
- <fo:block margin-left="{$title.margin.left}">
+ <fo:block xsl:use-attribute-sets="header.content.properties">
<xsl:call-template name="header.table">
<xsl:with-param name="pageclass" select="$pageclass"/>
<xsl:with-param name="sequence" select="'first'"/>
</fo:static-content>
<fo:static-content flow-name="xsl-region-before-odd">
- <fo:block margin-left="{$title.margin.left}">
+ <fo:block xsl:use-attribute-sets="header.content.properties">
<xsl:call-template name="header.table">
<xsl:with-param name="pageclass" select="$pageclass"/>
<xsl:with-param name="sequence" select="'odd'"/>
</fo:static-content>
<fo:static-content flow-name="xsl-region-before-even">
- <fo:block margin-left="{$title.margin.left}">
+ <fo:block xsl:use-attribute-sets="header.content.properties">
<xsl:call-template name="header.table">
<xsl:with-param name="pageclass" select="$pageclass"/>
<xsl:with-param name="sequence" select="'even'"/>
</fo:static-content>
<fo:static-content flow-name="xsl-region-before-blank">
- <fo:block margin-left="{$title.margin.left}">
+ <fo:block xsl:use-attribute-sets="header.content.properties">
<xsl:call-template name="header.table">
<xsl:with-param name="pageclass" select="$pageclass"/>
<xsl:with-param name="sequence" select="'blank'"/>
</fo:block>
-->
- <fo:block xsl:use-attribute-sets="header.content.properties">
+ <fo:block>
<!-- sequence can be odd, even, first, blank -->
<!-- position can be left, center, right -->
</xsl:variable>
<fo:static-content flow-name="xsl-region-after-first">
- <fo:block margin-left="{$title.margin.left}">
+ <fo:block xsl:use-attribute-sets="footer.content.properties">
<xsl:call-template name="footer.table">
<xsl:with-param name="pageclass" select="$pageclass"/>
<xsl:with-param name="sequence" select="'first'"/>
</fo:static-content>
<fo:static-content flow-name="xsl-region-after-odd">
- <fo:block margin-left="{$title.margin.left}">
+ <fo:block xsl:use-attribute-sets="footer.content.properties">
<xsl:call-template name="footer.table">
<xsl:with-param name="pageclass" select="$pageclass"/>
<xsl:with-param name="sequence" select="'odd'"/>
</fo:static-content>
<fo:static-content flow-name="xsl-region-after-even">
- <fo:block margin-left="{$title.margin.left}">
+ <fo:block xsl:use-attribute-sets="footer.content.properties">
<xsl:call-template name="footer.table">
<xsl:with-param name="pageclass" select="$pageclass"/>
<xsl:with-param name="sequence" select="'even'"/>
</fo:static-content>
<fo:static-content flow-name="xsl-region-after-blank">
- <fo:block margin-left="{$title.margin.left}">
+ <fo:block xsl:use-attribute-sets="footer.content.properties">
<xsl:call-template name="footer.table">
<xsl:with-param name="pageclass" select="$pageclass"/>
<xsl:with-param name="sequence" select="'blank'"/>
</fo:block>
-->
- <fo:block xsl:use-attribute-sets="footer.content.properties">
+ <fo:block>
<!-- sequence can be odd, even, first, blank -->
<!-- position can be left, center, right -->