<?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="all-pages">
			<fo:region-body region-name="xsl-region-body" margin="0.7in" column-count="4" column-gap="20pt"/>
		</fo:simple-page-master>
	</fo:layout-master-set>
	<fo:page-sequence master-reference="all-pages">
		<fo:flow flow-name="xsl-region-body">
			<fo:block-container width="1in" background-color="#99CC99" break-before="column">
				<fo:block>EN</fo:block>
				<fo:block hyphenate="true" language="en">
XEP uses the (CTAN) Tex hyphenation patterns which works well in general. We found a tiny hyphenation problem which I like to share:
landstaal
				</fo:block>
			</fo:block-container>

			<fo:block-container width="1in" background-color="#CC9999" break-before="column">
				<fo:block>NL</fo:block>
				<fo:block hyphenate="true" language="nl">
XEP uses the (CTAN) Tex hyphenation patterns which works well in general. We found a tiny hyphenation problem which I like to share:
landstaal
				</fo:block>
			</fo:block-container>

			<fo:block break-before="column">//the above proves I use hyph-nl.tex from texlive-lang-all</fo:block> 

			<fo:block-container width="72pt" background-color="#CC9999" space-before="6pt">
				<fo:block hyphenate="true" language="nl" text-indent=" 0pt">geëxporteerd</fo:block>
			</fo:block-container>

			<fo:block-container width="72pt" background-color="#CC9999" space-before="6pt">
				<fo:block hyphenate="true" language="nl" text-indent="10pt">geëxporteerd</fo:block>
			</fo:block-container>

			<fo:block-container width="72pt" background-color="#CC9999" space-before="6pt">
				<fo:block hyphenate="true" language="nl" text-indent="20pt">geëxporteerd</fo:block>
			</fo:block-container>

			<fo:block-container width="72pt" background-color="#CC9999" space-before="6pt">
				<fo:block hyphenate="true" language="nl" text-indent="30pt">geëxporteerd</fo:block>
			</fo:block-container>

			<fo:block-container width="72pt" background-color="#CC9999" space-before="6pt">
				<fo:block hyphenate="true" language="nl" text-indent="40pt">geëxporteerd</fo:block>
			</fo:block-container>

			<fo:block-container width="72pt" background-color="#CC9999" space-before="6pt">
				<fo:block hyphenate="true" language="nl" text-indent="50pt">geëxporteerd</fo:block>
			</fo:block-container>

			<fo:block-container width="72pt" background-color="#CC9999" space-before="6pt">
				<fo:block hyphenate="true" language="nl" text-indent="55pt">geëxporteerd</fo:block>
			</fo:block-container>

			<fo:block-container width="72pt" background-color="#CC9999" space-before="6pt">
				<fo:block hyphenate="true" language="nl" text-indent="60pt">geëxporteerd</fo:block>
			</fo:block-container>

		</fo:flow>
	</fo:page-sequence>
</fo:root>
