<?xml version="1.0" encoding="UTF-8" ?>

<fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format" xml:lang="en">
	<fo:layout-master-set>
		<fo:simple-page-master page-height="140mm" page-width="210mm" margin-top="10mm" margin-left="20mm" margin-right="20mm" margin-bottom="10mm" master-name="PageMaster">
			<fo:region-before border-style="none" border-width="thin" extent="15mm"/>
			<fo:region-body column-count="1" border-style="none" border-width="thin" margin-top="20mm" margin-left="0mm" margin-right="0mm" margin-bottom="20mm"/>
			<fo:region-after border-style="none" border-width="thin" extent="15mm"/>
		</fo:simple-page-master>
		<fo:simple-page-master page-height="140mm" page-width="210mm" margin-top="10mm" margin-left="20mm" margin-right="20mm" margin-bottom="10mm" master-name="page2">
			<fo:region-before border-style="none" border-width="thin" extent="15mm"/>
			<fo:region-body column-count="2" column-gap="20mm" border-style="none" border-width="thin" margin-top="20mm" margin-left="0mm" margin-right="0mm" margin-bottom="20mm"/>
			<fo:region-after border-style="none" border-width="thin" extent="15mm"/>
		</fo:simple-page-master>
		<fo:simple-page-master page-height="140mm" page-width="210mm" margin-top="10mm" margin-left="20mm" margin-right="20mm" margin-bottom="10mm" master-name="page3">
			<fo:region-before border-style="none" border-width="thin" extent="15mm"/>
			<fo:region-body column-count="3" border-style="none" border-width="thin" margin-top="20mm" margin-left="0mm" margin-right="0mm" margin-bottom="20mm"/>
			<fo:region-after border-style="none" border-width="thin" extent="15mm"/>
		</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="9pt">
				<fo:external-graphic src="url('img/antenna-en.png')" content-height="12mm"/>
				XSL FO Sample Copyright &#xA9; 2002-2005 Antenna House, Inc. All rights reserved.
			</fo:block>
		</fo:static-content>
		<fo:flow flow-name="xsl-region-body">
			<fo:block text-indent="1em" font-family="sans-serif" font-size="20pt" font-weight="bold" background-color="#EEEEEE" line-height="20mm">

				 Example of multi-columns
			</fo:block>
			<fo:block space-before="1em" padding-start="3mm" padding-end="3mm">
				<fo:block>
					The second page has two colums and the third page shows an example of three colums.
				</fo:block>
			</fo:block>
		</fo:flow>
	</fo:page-sequence>

	<fo:page-sequence master-reference="page2">
		<fo:static-content flow-name="xsl-region-before">
			<fo:block font-size="9pt">
				<fo:external-graphic src="url('img/antenna-en.png')" content-height="12mm"/>
				XSL FO Sample Copyright &#xA9; 2002-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">
				Page of two columns
			</fo:block>
		</fo:static-content>
		<fo:flow flow-name="xsl-region-body">
			<fo:block font-size="12pt" text-align="justify" hyphenate="true">
				<fo:block space-after="1em">
Another field where XSL is expected to be important is print XML data with layout and output it to PDF.
				</fo:block>
				<fo:block space-after="1em">
For example, when we convert form data into XML, it is natural to input data on browser form and specify the data format is XML, output to paper by specifying XML format. Therefore, XML is a tag mapped form, it is necessary for men to understand the contents and confirm XML to print by giving format type, or to output digitalized paper such as PDF.
				</fo:block>
				<fo:block space-after="1em">
In this industry, special form printing tool has been popular currently in use. Special form printing system specifies the special format in the traditional way. While, XSL can specify layouts flexibly by creating world standard stylesheet. As the result, we can develop open system in a short period and at low cost using XSL.
				</fo:block>
				<fo:block space-after="1em">
In the future we expect that XSL will expand as an open solution instead of special form printing tool.
				</fo:block>
			</fo:block>
		</fo:flow>
	</fo:page-sequence>

	<fo:page-sequence master-reference="page3">
		<fo:static-content flow-name="xsl-region-before">
			<fo:block font-size="9pt">
				<fo:external-graphic src="url('img/antenna-en.png')" content-height="12mm"/>
				XSL FO Sample Copyright &#xA9; 2002-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">
				Page of three columns
			</fo:block>
		</fo:static-content>
		<fo:flow flow-name="xsl-region-body">
			<fo:block font-size="12pt" text-align="justify"  hyphenate="true">
				<fo:block space-after="1em">
Another field where XSL is expected to be important is print XML data with layout and output it to PDF.
				</fo:block>
				<fo:block space-after="1em">
For example, when we convert form data into XML, it is natural to input data on browser form and specify the data format is XML, output to paper by specifying XML format. Therefore, XML is a tag mapped form, it is necessary for men to understand the contents and confirm XML to print by giving format type, or to output digitalized paper such as PDF.
				</fo:block>
				<fo:block space-after="1em">
In this industry, special form printing tool has been popular currently in use. Special form printing system specifies the special format in the traditional way. While, XSL can specify layouts flexibly by creating world standard stylesheet. As the result, we can develop open system in a short period and at low cost using XSL.
				</fo:block>
				<fo:block space-after="1em">
In the future we expect that XSL will expand as an open solution instead of special form printing tool.
				</fo:block>
			</fo:block>
		</fo:flow>
	</fo:page-sequence>
</fo:root>
