← Prev in month ← Prev in thread
Next in thread → Next in month →

Copying attributes

From
Damon Mannion <>
Date
2009-05-28T20:28:37+00:00
ID
Thread
Copying attributes
Hi

Missing something obvious here.

I have this in the customisation layer:

<xsl:attribute-set name="revhistory.title.properties" use-attribute- 
sets="component.title.properties">
   <xsl:attribute name="font-weight">bold</xsl:attribute>
</xsl:attribute-set>

The 'bold' bit works, but it's not getting the styling from  
'component.titles.properties'.

Why is this?

And (assuming this is incorrect) how should you achieve this (that is,  
copying a style across and keeping DRY)?

Also, can anyone point me in the direction of the best place to find  
out how the various font styles inherit through docbook? I've found  
some documentation, but nothing comprehensive?

Thanks

Damon
← Prev in month ← Prev in thread
Next in thread → Next in month →