<?xml version="1.0" encoding="UTF-8" ?>

<fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format" xml:lang="en" xmlns:axf="http://www.antennahouse.com/names/XSL/Extensions">
	<fo:layout-master-set>
		<fo:simple-page-master page-height="148mm" 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="2" axf:footnote-position="column" border-style="none" border-width="thin" margin-top="20mm" margin-left="0mm" margin-right="0mm" margin-bottom="10mm"/>
			<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="8mm"/>
				XSL FO Sample  Copyright &#xA9; 2003-2005 Antenna House, Inc. All rights reserved.
			</fo:block>
		</fo:static-content>
<fo:static-content flow-name="xsl-footnote-separator"><fo:block><fo:leader leader-pattern="rule" rule-thickness="0.5pt" leader-length="33%"/></fo:block></fo:static-content>
		<fo:flow flow-name="xsl-region-body">
			<fo:block span="all" text-indent="1em" font-family="sans-serif" font-size="16pt" font-weight="bold" background-color="#EEEEEE" line-height="20mm">
				 Footnote in Multi-column(axf:footnote-position="column")
			</fo:block>
<fo:block span="all" space-before="2em">This is a sample of footnote. Footnote is placed at the bottom of a page separated from the body text.</fo:block><fo:block space-before="2em" font-family="sans-serif" font-size="13pt" >
					<fo:block>The total number

						<fo:footnote>
							<fo:inline baseline-shift="super" font-size="70%">(1)</fo:inline>
							<fo:footnote-body>
								<fo:block font-size="11pt" text-indent="0em">
									<fo:inline baseline-shift="super" font-size="80%">(1)</fo:inline>
Total working hours = Normal working hours + Overtime working hours.
								</fo:block>
							</fo:footnote-body>
						</fo:footnote>
of working hours per worker

						<fo:footnote>
							<fo:inline baseline-shift="super" font-size="70%">(2)</fo:inline>
							<fo:footnote-body>
								<fo:block font-size="11pt" text-indent="0em">
									<fo:inline baseline-shift="super" font-size="80%">(2)</fo:inline>
Offices and factories with 30 employees or more are covered.</fo:block>
</fo:footnote-body></fo:footnote>
in 2000 was 1,859, at the 1,800-hour level for the 3rd consecutive year. Although this was largely due to the 40-hour work week system that was implemented in April 1997, the effets of the recession cannot be overlooked.</fo:block>
				</fo:block>
<fo:block break-before="column" space-before="4em" font-family="sans-serif" font-size="13pt" >
					<fo:block>The total number

						<fo:footnote color="red">
							<fo:inline baseline-shift="super" font-size="70%">(3)</fo:inline>
							<fo:footnote-body>
								<fo:block font-size="11pt" text-indent="0em">
									<fo:inline baseline-shift="super" font-size="80%">(3)</fo:inline>
Total working hours = Normal working hours + Overtime working hours.
								</fo:block>
							</fo:footnote-body>
						</fo:footnote>
of working hours per worker

						<fo:footnote color="red">
							<fo:inline baseline-shift="super" font-size="70%">(4)</fo:inline>
							<fo:footnote-body>
								<fo:block font-size="11pt" text-indent="0em">
									<fo:inline baseline-shift="super" font-size="80%">(4)</fo:inline>
Offices and factories with 30 employees or more are covered.</fo:block>
</fo:footnote-body></fo:footnote>
in 2000 was 1,859, at the 1,800-hour level for the 3rd consecutive year. Although this was largely due to the 40-hour work week system that was implemented in April 1997, the effets of the recession cannot be overlooked.</fo:block>
				</fo:block>					</fo:flow>
	</fo:page-sequence>
</fo:root>

