I'll bet you are using FOP. That's a bug in FOP. I don't know of a way to
fix it. You might try a different XSL-FO processor.
Bob Stayton
Sagehill Enterprises
DocBook Consulting
----- Original Message -----
From: "Patrick Paul" <>
To: <>
Sent: Monday, October 31, 2005 7:15 AM
Subject: [docbook-apps] Table indent
> Hi,
>
> I am trying to format my articles so that each section is indentend. I
> have figured out how to do that using section.title.levelX.properties
> and section.levelX.properties.
>
> It does the trick but tables are not indented thow. How could I fix this ?
>
> Thank you,
>
> Patrick
>
> <!-- Section titles -->
> <xsl:attribute-set name="section.title.level2.properties">
> <xsl:attribute name="start-indent">1pc</xsl:attribute>
> </xsl:attribute-set>
> <xsl:attribute-set name="section.title.level3.properties">
> <xsl:attribute name="start-indent">2pc</xsl:attribute>
> </xsl:attribute-set>
> <xsl:attribute-set name="section.title.level4.properties">
> <xsl:attribute name="start-indent">3pc</xsl:attribute>
> </xsl:attribute-set>
> <xsl:attribute-set name="section.title.level5.properties">
> <xsl:attribute name="start-indent">4pc</xsl:attribute>
> </xsl:attribute-set>
> <xsl:attribute-set name="section.title.level6.properties">
> <xsl:attribute name="start-indent">5pc</xsl:attribute>
> </xsl:attribute-set>
>
> <!-- Sections -->
> <xsl:attribute-set name="section.level1.properties">
> <xsl:attribute name="start-indent">0.5pc</xsl:attribute>
> </xsl:attribute-set>
> <xsl:attribute-set name="section.level2.properties">
> <xsl:attribute name="start-indent">1.5pc</xsl:attribute>
> </xsl:attribute-set>
> <xsl:attribute-set name="section.level3.properties">
> <xsl:attribute name="start-indent">2.5pc</xsl:attribute>
> </xsl:attribute-set>
> <xsl:attribute-set name="section.level4.properties">
> <xsl:attribute name="start-indent">3.5pc</xsl:attribute>
> </xsl:attribute-set>
> <xsl:attribute-set name="section.level5.properties">
> <xsl:attribute name="start-indent">4.5pc</xsl:attribute>
> </xsl:attribute-set>
> <xsl:attribute-set name="section.level6.properties">
> <xsl:attribute name="start-indent">5.5pc</xsl:attribute>
> </xsl:attribute-set>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail:
> For additional commands, e-mail:
>
>
>