| Line | |
|---|
| 1 | <?xml version='1.0'?> |
|---|
| 2 | <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"> |
|---|
| 3 | <xsl:import href="http://docbook.sourceforge.net/release/xsl/current/fo/docbook.xsl"/> |
|---|
| 4 | <xsl:include href="spec-common.xsl"/> |
|---|
| 5 | <xsl:param name="paper.type" select="'A4'"/> |
|---|
| 6 | |
|---|
| 7 | <xsl:attribute-set name="section.title.level1.properties"> |
|---|
| 8 | <xsl:attribute name="break-before">page</xsl:attribute> |
|---|
| 9 | </xsl:attribute-set> |
|---|
| 10 | |
|---|
| 11 | <!-- the appendix pagebreak setting doesn't seem to be respected --> |
|---|
| 12 | <xsl:attribute-set name="appendix.title.properties"> |
|---|
| 13 | <xsl:attribute name="break-before">page</xsl:attribute> |
|---|
| 14 | </xsl:attribute-set> |
|---|
| 15 | |
|---|
| 16 | </xsl:stylesheet> |
|---|
Note: See
TracBrowser
for help on using the repository browser.