<?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 page-height="150mm" page-width="210mm" margin-top="10mm" margin-left="20mm" margin-right="00mm" margin-bottom="5mm" master-name="PageMaster">
			<fo:region-before extent="16mm"/>
			<fo:region-after extent="8mm"/>
			<fo:region-start extent="8mm"/>
			<fo:region-end extent="20mm"/>
			<fo:region-body margin-top="20mm" margin-left="10mm" margin-right="20mm" margin-bottom="5mm"/>
		</fo:simple-page-master>
<fo:simple-page-master page-height="150mm" page-width="210mm" margin-top="10mm" margin-left="20mm" margin-right="00mm" margin-bottom="5mm" master-name="PageMaster-2col">
			<fo:region-before extent="16mm"/>
			<fo:region-after extent="8mm"/>
			<fo:region-start extent="8mm"/>
			<fo:region-end extent="20mm"/>
			<fo:region-body column-count="2" margin-top="20mm" margin-left="10mm" margin-right="20mm" margin-bottom="5mm"/>
		</fo:simple-page-master>
	</fo:layout-master-set>
	<fo:page-sequence initial-page-number="1" master-reference="PageMaster">
				<fo:static-content flow-name="xsl-region-before">
			<fo:block font-size="8pt">
				<fo:external-graphic src="url('img/antenna-en.png')" content-height="12mm"/>
				XSL FO Sample Copyright &#xA9; 2004-2005 Antenna House, Inc. All rights reserved.
			</fo:block>
		</fo:static-content>
		<fo:static-content flow-name="xsl-region-after">
			<fo:block text-align="center" font-family="Arial" font-size="9pt">( <fo:page-number /> )</fo:block>
</fo:static-content>
		<fo:flow font-size="10pt" flow-name="xsl-region-body">
			<fo:block space-after="1em" text-indent="1em" font-family="Arial" font-size="18pt" font-weight="bold" background-color="#EEEEEE" line-height="20mm">
Put a continuous block on the same page</fo:block>
												<fo:block space-after="1em">To specify keep-together for the consecutive block (paragraph and figure), the whole is put in one page.
</fo:block><fo:block border="solid thin red" space-after="1em">Block of yellow background without setting( default value )
</fo:block>
<fo:block background-color="yellow">
<fo:block space-before="1em" space-after="1em" text-align="justify"><fo:inline font-weight="bolder">XSL Formatter V3.1</fo:inline> can format XSL Formatting Objects (XSL-FO) directly or XML documents by using XSL stylesheets.  The output can be directed to PDF or on the Windows version to any Windows supported printer.  For the Windows version of Formatter the formatted result can also be displayed in Antenna House's GUI.
</fo:block>
<fo:block space-before="1em" space-after="1em" text-align="justify">The following illustrates Formatters workflow:
</fo:block>

<fo:block space-before="1em" space-after="1em" text-align="justify"><fo:external-graphic content-width="75%" src="url('img/workflow31.png')"/>
</fo:block>
</fo:block>

<fo:block border="solid thin red" break-before="page" space-after="1em" space-before="20mm+18pt+30pt" space-before.conditionality="retain">
<fo:inline  font-family="Arial">Block of yellow background with keep-together.within-page="always"</fo:inline>
</fo:block><fo:block background-color="yellow" keep-together.within-page="always">
<fo:block space-before="1em" space-after="1em" text-align="justify"><fo:inline font-weight="bolder">XSL Formatter V3.1</fo:inline> can format XSL Formatting Objects (XSL-FO) directly or XML documents by using XSL stylesheets.  The output can be directed to PDF or on the Windows version to any Windows supported printer.  For the Windows version of Formatter the formatted result can also be displayed in Antenna House's GUI.
</fo:block>
<fo:block space-before="1em" space-after="1em" text-align="justify">The following illustrates Formatters workflow:
</fo:block>

<fo:block space-before="1em" space-after="1em" text-align="justify"><fo:external-graphic content-width="75%" src="url('img/workflow31.png')"/>
</fo:block>
</fo:block>
		</fo:flow>
	</fo:page-sequence><fo:page-sequence master-reference="PageMaster-2col">
				<fo:static-content flow-name="xsl-region-before">
			<fo:block font-size="8pt">
				<fo:external-graphic src="url('img/antenna-en.png')" content-height="12mm"/>
				XSL FO Sample Copyright &#xA9; 2004-2005 Antenna House, Inc. All rights reserved.
			</fo:block>
		</fo:static-content>
		<fo:static-content flow-name="xsl-region-after">
			<fo:block text-align="center" font-family="Arial" font-size="9pt">( <fo:page-number /> )</fo:block>
</fo:static-content>
		<fo:flow font-size="10pt" flow-name="xsl-region-body">
			<fo:block span="all" space-after="1em" space-after.conditionality="retain" text-indent="1em" font-family="Arial" font-size="18pt" font-weight="bold" background-color="#EEEEEE" line-height="20mm">
Put a continuous block on the same column</fo:block>
												<fo:block border="solid thin red" space-after="1em">Block of yellow background without setting( default value )
</fo:block><fo:block background-color="yellow">
<fo:block space-before="1em" space-after="1em" text-align="justify"><fo:inline font-weight="bolder">XSL Formatter V3.1</fo:inline> can format XSL Formatting Objects (XSL-FO) directly or XML documents by using XSL stylesheets.  The output can be directed to PDF or on the Windows version to any Windows supported printer.  For the Windows version of Formatter the formatted result can also be displayed in Antenna House's GUI.
</fo:block>
<fo:block space-before="1em" space-after="1em" text-align="justify">The following illustrates Formatters workflow:
</fo:block>

<fo:block space-before="1em" space-after="1em" text-align="justify"><fo:external-graphic content-width="50%" src="url('img/workflow31.png')"/>
</fo:block>
</fo:block>


<fo:block break-before="page" space-before="20mm+18pt" space-before.conditionality="retain" border="solid thin red" space-after="1em" >Block of yellow background with keep-together.within-column="always"
</fo:block><fo:block background-color="yellow" keep-together.within-column="always">
<fo:block space-before="1em" space-after="1em" text-align="justify"><fo:inline font-weight="bolder">XSL Formatter V3.1</fo:inline> can format XSL Formatting Objects (XSL-FO) directly or XML documents by using XSL stylesheets.  The output can be directed to PDF or on the Windows version to any Windows supported printer.  For the Windows version of Formatter the formatted result can also be displayed in Antenna House's GUI.
</fo:block>
<fo:block space-before="1em" space-after="1em" text-align="justify">The following illustrates Formatters workflow:
</fo:block>

<fo:block space-before="1em" space-after="1em" text-align="justify"><fo:external-graphic content-width="50%" src="url('img/workflow31.png')"/>
</fo:block>
</fo:block>
		</fo:flow>
	</fo:page-sequence>

</fo:root>

