<?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="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 axf:column-rule-style="solid" axf:column-rule-width="thick" axf:column-rule-color="#BBFFBB" 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 axf:column-rule-style="groove" axf:column-rule-width="0.25in" axf:column-rule-color="#BBFFBB" 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; 2003-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 Column Rule
			</fo:block>
						<fo:block space-before="1em" padding-start="3mm" padding-end="3mm">
				<fo:block>
The second page has two columns and the third page shows an example of three columns.
</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; 2003-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="14pt" text-align="justify" >
				<fo:block space-after="0.5em">
Another area in which we expect to see a strong need for XSL is layout and PDF conversion of XML data.
</fo:block><fo:block space-after="1em">XML format is being adopted by corporations at an increasing rate as the preferred format for data, including order data, exchanged within an organization, as well as between corporations.
</fo:block>
<fo:block space-after="1em">
While XML is appropriate for computers to exchange data, for people to see and use the data, it must be presented in a clear and understandable format. In this area, many dedicated form-printing tools have been available for years.
</fo:block><fo:block space-after="1em">
By combining XSL and XSLT, however, it is now possible to output your XML data in any way you want, and in various layouts. By using the XSL technology, you can present data from a single source in a wide variety of forms and easily.
</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; 2003-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="13pt" text-align="justify" >
				<fo:block space-after="1em">
Another area in which we expect to see a strong need for XSL is layout and PDF conversion of XML data.
</fo:block>
				<fo:block space-after="1em">XML format is being adopted by corporations at an increasing rate as the preferred format for data, including order data, exchanged within an organization, as well as between corporations.</fo:block>
<fo:block space-after="1em">
While XML is appropriate for computers to exchange data, for people to see and use the data, it must be presented in a clear and understandable format. In this area, many dedicated form-printing tools have been available for years.</fo:block>
<fo:block space-after="1em">By combining XSL and XSLT, however, it is now possible to output your XML data in any way you want, and in various layouts. By using the XSL technology, you can present data from a single source in a wide variety of forms and easily.</fo:block>
			</fo:block>
		</fo:flow>
	</fo:page-sequence>
</fo:root>

