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] | [Elist Home]


Subject: DOCBOOK-APPS: Colouring component titles using FO stylesheets


Hi

I have not had any luck configuring the component.title.properties property set in the FO stylesheets.  I am trying to change the colour of all headings in printed output.  Defining section headings works fine, but defining component headings appears to have no effect.  See the XSL fragment below:

<!-- This has the desired effect.  Section titles are coloured blue. -->  
<xsl:attribute-set name="section.title.properties">
  <xsl:attribute name="color">#005a9c</xsl:attribute>
</xsl:attribute-set>

<!-- This has no effect.  Component titles
     (chapters, appendixes, articles, etc.) remain black. -->
<xsl:attribute-set name="component.title.properties">
  <xsl:attribute name="color">#005a9c</xsl:attribute>
</xsl:attribute-set>

Does anybody know of a workaround for this?

My tool chain is as follows:

DocBook DTD v4.2
DocBook XSL v1.55.0
libxml2 v2.4.22
libxslt v1.0.20
FOP v0.20.4

Regards
Kevin

+ANYTHING+BELOW+WAS+ADDED+AFTER+I+HIT+SEND+

Visit our website at http://www.ubswarburg.com

This message contains confidential information and is intended only
for the individual named.  If you are not the named addressee you
should not disseminate, distribute or copy this e-mail.  Please
notify the sender immediately by e-mail if you have received this
e-mail by mistake and delete this e-mail from your system.

E-mail transmission cannot be guaranteed to be secure or error-free
as information could be intercepted, corrupted, lost, destroyed,
arrive late or incomplete, or contain viruses.  The sender therefore
does not accept liability for any errors or omissions in the contents
of this message which arise as a result of e-mail transmission.  If
verification is required please request a hard-copy version.  This
message is provided for informational purposes and should not be
construed as a solicitation or offer to buy or sell any securities or
related financial instruments.



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


Powered by eList eXpress LLC