|  -----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



---------------------------------------------------------------------
To unsubscribe, e-mail: docbook-apps-unsubscr...@lists.oasis-open.org
For additional commands, e-mail: docbook-apps-h...@lists.oasis-open.org

Reply via email to