<?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="180mm" page-width="210mm" margin-top="10mm" margin-left="20mm" margin-right="00mm" margin-bottom="10mm" master-name="PageMaster">
			<fo:region-before extent="16mm"/>
			<fo:region-after extent="2mm"/>
			<fo:region-start extent="8mm"/>
			<fo:region-end extent="20mm"/>
			<fo:region-body border-style="none" border-width="0.2mm" 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; 1996-2005 Antenna House, Inc. All rights reserved.
			</fo:block>
		</fo:static-content>
		<fo:flow flow-name="xsl-region-body">
			<fo:block space-after="1em" text-indent="1em" font-family="sans-serif" font-size="20pt" font-weight="bold" background-color="#EEEEEE" line-height="20mm">
				List Example
			</fo:block>
			<fo:block>
				<fo:block text-indent="1em" space-after="3em">
Here is an example of a list using fo:list-block.
</fo:block>
				<fo:block font-family="sans-serif" font-size="13pt" line-height="8mm">
					<fo:block>
						<fo:block space-before="3em" space-after="1em"> Bestsellers


</fo:block>
						<fo:list-block provisional-label-separation="1em" provisional-distance-between-starts="4em">
							<fo:list-item>
								<fo:list-item-label end-indent="label-end()"><fo:block>No.1</fo:block></fo:list-item-label>
								<fo:list-item-body  start-indent="body-start()"><fo:block>Good to Great: by Jim Collins </fo:block></fo:list-item-body>
							</fo:list-item>
							<fo:list-item>
								<fo:list-item-label end-indent="label-end()"><fo:block>No.2</fo:block></fo:list-item-label>
								<fo:list-item-body  start-indent="body-start()"><fo:block>Execution:     by Larry Bossidy</fo:block></fo:list-item-body>
							</fo:list-item>
							<fo:list-item>
								<fo:list-item-label end-indent="label-end()"><fo:block>No.3</fo:block></fo:list-item-label>
								<fo:list-item-body start-indent="4em"><fo:block>Rich Dad, Poor Dad: by Robert T. Kiyosaki, Sharon L. Lechter </fo:block></fo:list-item-body>
							</fo:list-item>
							<fo:list-item>
								<fo:list-item-label end-indent="label-end()"><fo:block>No.4</fo:block></fo:list-item-label>
								<fo:list-item-body  start-indent="body-start()"><fo:block>Fish!: by Stephen C. Lundin</fo:block></fo:list-item-body>
							</fo:list-item>
							<fo:list-item>
								<fo:list-item-label end-indent="label-end()"><fo:block>No.5</fo:block></fo:list-item-label>
								<fo:list-item-body  start-indent="body-start()"><fo:block>Conquer the Crash: by Robert R. Prechter Jr. </fo:block></fo:list-item-body>
							</fo:list-item>
						</fo:list-block>
					</fo:block>
				</fo:block>
			</fo:block>
		</fo:flow>
	</fo:page-sequence>
</fo:root>

