OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook-apps message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: RE: [docbook-apps] Customizing header alignment with image


> -----Original Message-----
> From: spr 
> 
> This didn;t work either:
>   <xsl:attribute-set
>     name    = "header.table.properties">
>     <xsl:attribute
>       name  = "table-layout">fixed</xsl:attribute>
>     <xsl:attribute
>       name  = "width">100%</xsl:attribute>
>     <xsl:attribute
>       name  = "background-color">yellow</xsl:attribute>
>     <xsl:attribute
>       name  = "alignment-adjust">alphabetic</xsl:attribute>
>     <xsl:attribute
>       name  = "display-align">after</xsl:attribute>
>   </xsl:attribute-set>


When working with FOP, the compliance page is handy:
http://xmlgraphics.apache.org/fop/compliance.html.

According to that page, display-align is only partially implemented, which
may explain why it did not work as you expected.

/MJ




[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]