File: docbookToFo.xsl.in

package info (click to toggle)
anymeal 0.29-3-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 5,236 kB
  • ctags: 1,280
  • sloc: sh: 11,718; cpp: 11,352; perl: 2,730; lex: 1,098; makefile: 91
file content (14 lines) | stat: -rw-r--r-- 476 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?xml version='1.0'?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">

  <xsl:import href="file://@DOCBOOK@/fo/docbook.xsl"/>

  <xsl:attribute-set name="section.title.level1.properties">
    <xsl:attribute name="break-before">page</xsl:attribute>
  </xsl:attribute-set>

  <!-- <xsl:attribute-set name="section.title.level2.properties">
    <xsl:attribute name="break-before">page</xsl:attribute>
  </xsl:attribute-set> -->

</xsl:stylesheet>