<?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: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 span="all" text-indent="1em" font-family="sans-serif" font-size="16pt" font-weight="bold" background-color="#EEEEEE" line-height="20mm">

				 Example of Revision-Bar axf:revision-bar="outside"
			</fo:block>
<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" axf:revision-bar-style="dotted" axf:revision-bar-color="red" axf:revision-bar-offset="0.5cm" axf:revision-bar-position="outside">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" axf:revision-bar-style="double" axf:revision-bar-position="outside" axf:revision-bar-offset="0.5cm" axf:revision-bar-color="red" >
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: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" axf:revision-bar-style="solid" axf:revision-bar-color="red" axf:revision-bar-offset="0.5cm" axf:revision-bar-position="outside">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>

