<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
    xmlns:tei="http://www.tei-c.org/ns/1.0" xmlns:fo="http://www.w3.org/1999/XSL/Format" version="2.0">


    <xsl:template match="tei:TEI">
        <fo:root>
            <fo:layout-master-set>
                <fo:simple-page-master master-name="A1" page-height="29.7cm" page-width="21cm"
                    margin-top="2cm" margin-bottom="3cm" margin-left="2cm" margin-right="3cm">
                    <fo:region-body/>
                    <fo:region-after/>
                </fo:simple-page-master>
            </fo:layout-master-set>

            <fo:page-sequence master-reference="A1">
                 <fo:flow flow-name="xsl-region-body">
                     <fo:block>
                         This disseminator is not implemented for this project
                     </fo:block>
                 </fo:flow>
            </fo:page-sequence>
        </fo:root>
    </xsl:template>


</xsl:stylesheet>
