<xsl:template match="thead">
<xsl:variable name="tgroup" select="parent::*"/>
- <fo:table-header>
+ <fo:table-header start-indent="0pt">
<xsl:apply-templates select="row[1]">
<xsl:with-param name="spans">
<xsl:call-template name="blank.spans">
<xsl:template match="tfoot">
<xsl:variable name="tgroup" select="parent::*"/>
- <fo:table-footer>
+ <fo:table-footer start-indent="0pt">
<xsl:apply-templates select="row[1]">
<xsl:with-param name="spans">
<xsl:call-template name="blank.spans">
<xsl:template match="tbody">
<xsl:variable name="tgroup" select="parent::*"/>
- <fo:table-body>
+ <fo:table-body start-indent="0pt">
<xsl:apply-templates select="row[1]">
<xsl:with-param name="spans">
<xsl:call-template name="blank.spans">