Hi Daniel,

I think your version of docbook-xsl is too old. Try a more recent one.

Johannes

Am 11.10.2007 um 17:51 schrieb Daniel Baptista:

Hi Johannes,
Thanks for the response.

I cant seem to find that string anywhere, I have also searched for just the values of the xsl:use-attribute-sets attribute and I didn't find that either (except for inside my stylesheet which finds the snippet that I pasted earlier) so I assume that this means the attribute set is not being used.

Do I have to modify my fo/pagesetup.xsl? or something like that?

Thanks again,
Daniel

Johannes Katelaan wrote:
Hi Daniel,

could you post the part of the code, where this attribute-set is used? I would expect something like this:

  <fo:table-cell xsl:use-attribute-sets="header.table.properties">

For me this works perfectly.

Johannes

Am 11.10.2007 um 15:17 schrieb Daniel Baptista:

Hi Guys, I have added the following to my customisation layer in the hope of setting the background colour or my running headers to red.

  <xsl:attribute-set name="header.table.properties">
    <xsl:attribute name="background-color">#FF0000</xsl:attribute>
    <!-- I've removed some stuff from here -->
  </xsl:attribute-set>

It doesn't seem to work, but the book at http://www.sagehill.net/ docbookxsl/PrintHeaders.html (About half way down) seems to suggest that it does.

Im using FOP 0.20.5, dockbook-xml-4.5 and docbook-xsl-1.72.0

Any suggestions?
--
*VoxSurf Limited*
Registered & principal office:
2nd Floor
Elme House
133 Long Acre
London WC2E 9DT
United Kingdom
Company No (England):  4051448

http://www.voxsurf.com/

Email disclaimer: This can be viewed at http://www.voxsurf.com/ disclaimer.html


--
*VoxSurf Limited*
Registered & principal office:
2nd Floor
Elme House
133 Long Acre
London WC2E 9DT
United Kingdom
Company No (England):  4051448

http://www.voxsurf.com/

Email disclaimer: This can be viewed at http://www.voxsurf.com/ disclaimer.html

Reply via email to