Hi Robert The following example is given in the section you where looking at, and maybe you've already found it.
*Table 13.5. Header/footer content examples* XSL-FODescription <xsl:apply-templates select="." mode="title.markup"/> Inserts the title of the current chapter, appendix, or other component. This may be what you're looking for. Cheers - Paul * * On Mon, Sep 2, 2013 at 10:04 PM, Robert Nagle <[email protected]>wrote: > Hi, there, > > I have a print book which needs simply a chapter title as the running > header. I know I have done it before, but somehow I can't do it now. > > I would have guessed that using <xsl:param > name="marker.section.level">1</xsl:param> would make this happen, but it > didn't. Using the value 1 or 2 seems to produce the same result. > > I am using docbook-xsl-ns-1.78.1/fo/docbook.xsl > > I am trying to work through Bob's example > http://www.sagehill.net/docbookxsl/PrintHeaders.html , but I was > wondering if I am just missing something obvious -- or maybe there's > something odd about my xsl. > > Thanks. > > > > -- > Robert Nagle > 6121 Winsome Ln #56C, Houston TX 77057-5581 > (H) 713 893 3424/ (W) 832-251-7522 Carbon Neutral Since Jan 2010 > http://www.robertnagle.info >
