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

RE: [docbook] How to remove headers

From
Mauritz Jeanson <>
Date
2011-10-02T16:12:24+00:00
ID
4CF97D001C8A40BCA0E3878862BD2278@D7MZ171J
Thread
RE: [docbook] How to remove headers
|  -----Original Message-----
|  From: Lars "Bjørndal" 
|  
|  Can someone please advice me in how to completely remove all headers
|  from a PDF generated from an article written as DocBook xml. 
|  I've tried
|  to put the following in the stylesheet file used by xsltproc:
|  
|    <xsl:param name="header.rule" select="0"/>
|  
|  However, the headers are still printed.


(Redirecting to docbook-apps, which is the appropriate list for stylesheet
issues.)

Override the original header.content template so that it is a no-op:

 <xsl:template name="header.content"/>  

More details about headers and footers:
http://www.sagehill.net/docbookxsl/PrintHeaders.html

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