
On Fri, 06 Feb 2009 03:13:16 -0500, Sorin Ristache <sorin@oxygenxml.com> wrote:
If you want to modify the header or footer of a PDF output you need to customize the DocBook stylesheet for XSL-FO output. See the section about headers and footers in print customizations, that is XSL-FO customizations:
Hi, Sorin, Mike. Thanks for your responses. I was able to get it working this morning using: <xsl:apply-templates select="//d:productname"/> instead. For whatever reason, attempting to use <xsl:value-of select="d:book/d:info/d:productname/> wasn't working. I had seen the page you directed me to before--in fact, it's in my bookmarks--but the missing namespace is what cost me there. So I was able to generate the documentation appropriately. Thanks for your kind and swift responses. Best, Ethan (emetsger@obj-sys.com)