<?xml version="1.0" encoding="UTF-8"?>
<fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format">
    <fo:layout-master-set>
        <fo:simple-page-master master-name="master">
            <fo:region-body margin="1in"></fo:region-body>
        </fo:simple-page-master>
    </fo:layout-master-set>
    <fo:page-sequence master-reference="master">
        <fo:flow flow-name="xsl-region-body">
            <fo:block hyphenate="true">
                <fo:block space-after=".1in" font-weight="bold">Hyphenate True Sample</fo:block>
                <fo:block border="solid .25pt green" margin-right="2.1in">This is a sample paragraph with the word borrower's in it.</fo:block>
                <fo:block border="solid .25pt green" margin-right="2.2in">This is a sample paragraph with the word borrower's in it.</fo:block>
                <fo:block border="solid .25pt green" margin-right="2.3in">This is a sample paragraph with the word borrower's in it.</fo:block>
                <fo:block border="solid .25pt red" margin-right="2.31in">This is a sample paragraph with the word borrower's in it.</fo:block>
                <fo:block border="solid .25pt red" margin-right="2.32in">This is a sample paragraph with the word borrower's in it.</fo:block>
                <fo:block border="solid .25pt red" margin-right="2.33in">This is a sample paragraph with the word borrower's in it.</fo:block>
                <fo:block border="solid .25pt red" margin-right="2.34in">This is a sample paragraph with the word borrower's in it.</fo:block>
                <fo:block border="solid .25pt red" margin-right="2.35in">This is a sample paragraph with the word borrower's in it.</fo:block>
                <fo:block border="solid .25pt red" margin-right="2.36in">This is a sample paragraph with the word borrower's in it.</fo:block>
                <fo:block border="solid .25pt red" margin-right="2.37in">This is a sample paragraph with the word borrower's in it.</fo:block>
                <fo:block border="solid .25pt red" margin-right="2.38in">This is a sample paragraph with the word borrower's in it.</fo:block>
                <fo:block border="solid .25pt red" margin-right="2.39in">This is a sample paragraph with the word borrower's in it.</fo:block>
                <fo:block border="solid .25pt green" margin-right="2.4in">This is a sample paragraph with the word borrower's in it.</fo:block>
                <fo:block border="solid .25pt green" margin-right="2.5in">This is a sample paragraph with the word borrower's in it.</fo:block>
                <fo:block border="solid .25pt green" margin-right="2.6in">This is a sample paragraph with the word borrower's in it.</fo:block>
                <fo:block border="solid .25pt green" margin-right="2.7in">This is a sample paragraph with the word borrower's in it.</fo:block>
                <fo:block border="solid .25pt green" margin-right="2.8in">This is a sample paragraph with the word borrower's in it.</fo:block>
                <fo:block border="solid .25pt green" margin-right="2.9in">This is a sample paragraph with the word borrower's in it.</fo:block>
                <fo:block border="solid .25pt green" margin-right="3.0in">This is a sample paragraph with the word borrower's in it.</fo:block>
            </fo:block>
            <fo:block hyphenate="false" break-before="page">
                <fo:block space-after=".1in" font-weight="bold">Hyphenate False Sample</fo:block>
                <fo:block border="solid .25pt green" margin-right="2.1in">This is a sample paragraph with the word borrower's in it.</fo:block>
                <fo:block border="solid .25pt green" margin-right="2.2in">This is a sample paragraph with the word borrower's in it.</fo:block>
                <fo:block border="solid .25pt green" margin-right="2.3in">This is a sample paragraph with the word borrower's in it.</fo:block>
                <fo:block border="solid .25pt red" margin-right="2.31in">This is a sample paragraph with the word borrower's in it.</fo:block>
                <fo:block border="solid .25pt red" margin-right="2.32in">This is a sample paragraph with the word borrower's in it.</fo:block>
                <fo:block border="solid .25pt red" margin-right="2.33in">This is a sample paragraph with the word borrower's in it.</fo:block>
                <fo:block border="solid .25pt red" margin-right="2.34in">This is a sample paragraph with the word borrower's in it.</fo:block>
                <fo:block border="solid .25pt red" margin-right="2.35in">This is a sample paragraph with the word borrower's in it.</fo:block>
                <fo:block border="solid .25pt red" margin-right="2.36in">This is a sample paragraph with the word borrower's in it.</fo:block>
                <fo:block border="solid .25pt red" margin-right="2.37in">This is a sample paragraph with the word borrower's in it.</fo:block>
                <fo:block border="solid .25pt red" margin-right="2.38in">This is a sample paragraph with the word borrower's in it.</fo:block>
                <fo:block border="solid .25pt red" margin-right="2.39in">This is a sample paragraph with the word borrower's in it.</fo:block>
                <fo:block border="solid .25pt green" margin-right="2.4in">This is a sample paragraph with the word borrower's in it.</fo:block>
                <fo:block border="solid .25pt green" margin-right="2.5in">This is a sample paragraph with the word borrower's in it.</fo:block>
                <fo:block border="solid .25pt green" margin-right="2.6in">This is a sample paragraph with the word borrower's in it.</fo:block>
                <fo:block border="solid .25pt green" margin-right="2.7in">This is a sample paragraph with the word borrower's in it.</fo:block>
                <fo:block border="solid .25pt green" margin-right="2.8in">This is a sample paragraph with the word borrower's in it.</fo:block>
                <fo:block border="solid .25pt green" margin-right="2.9in">This is a sample paragraph with the word borrower's in it.</fo:block>
                <fo:block border="solid .25pt green" margin-right="3.0in">This is a sample paragraph with the word borrower's in it.</fo:block>
            </fo:block>
        </fo:flow>
    </fo:page-sequence>
</fo:root>

