OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook-apps message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


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




[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]