<?xml version="1.0" ?>
<fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format" xmlns:axf="http://www.antennahouse.com/names/XSL/Extensions">
	<fo:layout-master-set>
		<fo:simple-page-master master-name="main" page-width="19cm" page-height="16cm">
			<fo:region-body margin-top="3cm" margin-right="0.5in" margin-bottom="3cm" margin-left="0.5in"
       column-count="2"
       column-gap="20pt"
      />
			<fo:region-before extent="20mm"/>
			<fo:region-after extent="20mm"/>
		</fo:simple-page-master>
	</fo:layout-master-set>
<fo:declarations>
<axf:space-after-punctuation code="&#xAB;" space="2" language="en" />
</fo:declarations>
		<fo:page-sequence master-reference="main" 
 axf:line-number-format="1"
   axf:line-number-initial="1"
   axf:line-number-interval="2"
   axf:line-number-reset="column"
>
		<fo:static-content flow-name="xsl-region-before" font-size="20pt">
		
			<fo:block text-align="justify" text-align-last="justify"><fo:external-graphic src="img/ahlogo.png" width="40mm" content-height="scale-to-fit" content-width="scale-to-fit" scaling="uniform"/> New Functions with V3.4 <fo:external-graphic src="img/ahlogo.png" width="40mm" content-height="scale-to-fit" content-width="scale-to-fit" scaling="uniform"/></fo:block>
		
			
			<fo:block text-align="center" font-size="15pt" font-weight="bold" background-color="black" color="white">Extension for Line Numbering</fo:block>
		</fo:static-content>
		<fo:static-content flow-name="xsl-region-after" font-size="15pt">
			<fo:block text-align="center">
				<fo:page-number/>
			</fo:block>
			<fo:block font-size="14pt" text-align="center">XSL FO Sample Copyright (C) 2005 Antenna House, Inc. All rights reserved.</fo:block>
		</fo:static-content>
<fo:flow flow-name="xsl-region-body" font-family="sans-serif" font-size="18pt"
	axf:line-number-offset="0.25em"
axf:line-number-format="1"
axf:line-number-initial="1"
   axf:line-number-interval="2" axf:line-number-reset="column">
<fo:block>language="fr"</fo:block>
<fo:block language="fr"
	axf:line-number="show"
	axf:line-number-font-size="10pt"
	axf:line-number-color="red"
>
Tous les êtres humains naissent libres et égaux en dignité et en droits.
Ils sont doués de raison et de conscience et doivent agir les uns envers
les autres dans un esprit de fraternité.
</fo:block>

<fo:block>language="en"</fo:block>
<fo:block language="en"
	axf:line-number="show"
	axf:line-number-position="alternate"
	axf:revision-bar-style="solid"
	axf:revision-bar-color="yellow"
	axf:revision-bar-position="alternate"
>
Everyone is entitled to all the rights and freedoms set forth in this Declaration,
without distinction of any kind, such as race, colour, sex,
language, religion, political or other opinion, national or social origin,
property, birth or other status.
</fo:block>

<fo:block>language="de"</fo:block>
<fo:block language="de"
	axf:line-number="show"
>Alle Menschen sind frei und gleich an Würde und Rechten geboren. Sie
sind mit Vernunft und Gewissen begabt und sollen einander im Geist
der Brüderlichkeit begegnen. 
Jeder hat Anspruch auf die in dieser Erklärung verkündeten Rechte und
Freiheiten ohne irgendeinen Unterschied, etwa nach Rasse, Hautfarbe,
Geschlecht, Sprache, Religion, politischer oder sonstiger Überzeugung,
nationaler oder sozialer Herkunft, Vermögen, Geburt oder sonstigem
Stand. 
</fo:block>

</fo:flow>
			</fo:page-sequence>
</fo:root>
