How do you remove the header from first TOC page?

Here should go questions about transforming XML with XSLT and FOP.
rakefet286
Posts: 4
Joined: Thu Jul 04, 2013 5:19 pm

How do you remove the header from first TOC page?

Post by rakefet286 »

Hi,

I am new to Dita.
I need to remove the header from the first TOC page, but I want a header on the
rest of the TOC pages.

Is there a way to do that? I can only seem to get a header on all pages or on no
page.

Thanks,
Rakefet
Radu
Posts: 9472
Joined: Fri Jul 09, 2004 5:18 pm

Re: How do you remove the header from first TOC page?

Post by Radu »

Hi,

For PDF output, right?

I see you got an indication here:

http://tech.groups.yahoo.com/group/dita ... sage/32070

In the XSL:

OXYGEN_INSTALL_DIR/frameworks/dita/DITA-OT/plugins/org.dita.pdf2/xsl/fo/static-content.xsl

there is an XSLT template called insertTocStaticContents from which you could comment out the contents.

This link points to some resources about how DITA OT PDF customizations are usually done:

http://www.oxygenxml.com/doc/ug-oxygen/ ... ation.html

Regards,
Radu
Radu Coravu
<oXygen/> XML Editor
http://www.oxygenxml.com
Post Reply