<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <p><font size="-1"><font face="Helvetica, Arial, sans-serif">Well,
          what you have is only a fragment of a stylesheet.   What you
          need is a stylesheet customization layer that imports the standard
          stylesheet and then adds your changes.  See this doc on how to
          set up a customization layer:</font></font></p>
    <p><font size="-1"><font face="Helvetica, Arial, sans-serif"><a class="moz-txt-link-freetext" href="http://www.sagehill.net/docbookxsl/CustomMethods.html#CustomizationLayer">http://www.sagehill.net/docbookxsl/CustomMethods.html#CustomizationLayer</a></font></font><br>
    </p>
    <pre class="moz-signature" cols="72">Bob Stayton
Sagehill Enterprises
<a class="moz-txt-link-abbreviated" href="mailto:bobs@sagehill.net">bobs@sagehill.net</a></pre>
    <div class="moz-cite-prefix">On 8/6/2018 12:59 PM, Bernhard Kleine
      wrote:<br>
    </div>
    <blockquote type="cite"
      cite="mid:c630218b-fd6b-0c2f-7957-764e6dbf1c5d@gmx.net">
      <meta http-equiv="content-type" content="text/html; charset=utf-8">
      <pre wrap="">I struggle with pagebreak before sections level 1.

I have this start of the file:

<?xml version="1.0" encoding="UTF-8"?>
<?xml-model href=<a class="moz-txt-link-rfc2396E" href="http://docbook.org/xml/5.1/rng/docbookxi.rng" moz-do-not-send="true">"http://docbook.org/xml/5.1/rng/docbookxi.rng"</a>
schematypens=<a class="moz-txt-link-rfc2396E" href="http://relaxng.org/ns/structure/1.0" moz-do-not-send="true">"http://relaxng.org/ns/structure/1.0"</a>?>
<?xml-model href=<a class="moz-txt-link-rfc2396E" href="http://docbook.org/xml/5.1/sch/docbook.sch" moz-do-not-send="true">"http://docbook.org/xml/5.1/sch/docbook.sch"</a>
type="application/xml" schematypens=<a class="moz-txt-link-rfc2396E" href="http://purl.oclc.org/dsdl/schematron" moz-do-not-send="true">"http://purl.oclc.org/dsdl/schematron"</a>?>
<?xml-stylesheet type="text/xsl" href="../xslt/fo/Falterbuechlein.xsl"?>
<book xmlns=<a class="moz-txt-link-rfc2396E" href="http://docbook.org/ns/docbook" moz-do-not-send="true">"http://docbook.org/ns/docbook"</a> <a class="moz-txt-link-freetext" href="xml:lang=">xml:lang=</a>"de"
xmlns:xi=<a class="moz-txt-link-rfc2396E" href="http://www.w3.org/2001/XInclude" moz-do-not-send="true">"http://www.w3.org/2001/XInclude"</a>

Falterbuechlein.fo looks like this:

</pre>
      <blockquote type="cite" style="color: #000000;">
        <pre wrap=""><?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet xmlns:xsl=<a class="moz-txt-link-rfc2396E" href="http://www.w3.org/1999/XSL/Transform" moz-do-not-send="true">"http://www.w3.org/1999/XSL/Transform"</a>
    xmlns:xs=<a class="moz-txt-link-rfc2396E" href="http://www.w3.org/2001/XMLSchema" moz-do-not-send="true">"http://www.w3.org/2001/XMLSchema"</a>
    xmlns:xd=<a class="moz-txt-link-rfc2396E" href="http://www.oxygenxml.com/ns/doc/xsl" moz-do-not-send="true">"http://www.oxygenxml.com/ns/doc/xsl"</a>
    exclude-result-prefixes="xs xd"
    version="2.0">
    <xd:doc scope="stylesheet">
        <xd:desc>
            <xd:p><xd:b>Created on:</xd:b> Aug 4, 2018</xd:p>
            <xd:p><xd:b>Author:</xd:b> bk</xd:p>
            <xd:p></xd:p>
        </xd:desc>
    </xd:doc>
    <xsl:attribute-set name="section.level1.properties">
        <xsl:attribute name="break-before">page</xsl:attribute>
    </xsl:attribute-set>
</xsl:stylesheet>
</pre>
      </blockquote>
      <pre wrap="">However, it is not used. What to do to make it working?
</pre>
      <pre class="moz-signature" cols="72">-- 
spitzhalde9
D-79853 lenzkirch
<a class="moz-txt-link-abbreviated" href="mailto:bernhard.kleine@gmx.net" moz-do-not-send="true">bernhard.kleine@gmx.net</a>
<a class="moz-txt-link-abbreviated" href="http://www.b-kleine.com" moz-do-not-send="true">www.b-kleine.com</a>, <a class="moz-txt-link-abbreviated" href="http://www.urseetal.net" moz-do-not-send="true">www.urseetal.net</a>
-
thunderbird mit enigmail
GPG schlüssel: D5257409
fingerprint:
08 B7 F8 70 22 7A FC C1 15 49 CA A6 C7 6F A0 2E D5 25 74 09</pre>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
oXygen-user mailing list
<a class="moz-txt-link-abbreviated" href="mailto:oXygen-user@oxygenxml.com">oXygen-user@oxygenxml.com</a>
<a class="moz-txt-link-freetext" href="https://www.oxygenxml.com/mailman/listinfo/oxygen-user">https://www.oxygenxml.com/mailman/listinfo/oxygen-user</a>
</pre>
    </blockquote>
    <br>
  </body>
</html>