<?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="297mm" page-width="210mm" margin-top="10mm" margin-left="20mm" margin-right="20mm" margin-bottom="10mm" master-name="PageMaster">
			<fo:region-before extent="15mm"/>
			<fo:region-body margin-top="20mm" margin-left="0mm" margin-right="0mm" margin-bottom="10mm"/>
			<fo:region-after 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; 2004-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="Arial" font-size="20pt" font-weight="bold" background-color="#EEEEEE" line-height="20mm">
				Text transform (text-transform property)
</fo:block><fo:block space-before="1em" start-indent="0em" font-family="Arial" font-weight="bold"  font-size="10.5pt" linefeed-treatment="preserve" border="medium solid aqua">The following values are specified.
The first block : capitalize
The second block : uppercase
The third block : lowercase
The fourth block : none
</fo:block>

<fo:block text-transform="capitalize" font-family="Times New Roman" font-size="14pt" space-before="2em" language="en">
<fo:block>SCENE I. Orchard of Oliver's house.
</fo:block>
<fo:block>
Enter ORLANDO and ADAM
ORLANDO </fo:block>
<fo:block>
As I remember, Adam, it was upon this fashion
bequeathed me by will but poor a thousand crowns,
and, as thou sayest, charged my brother, on his
blessing, to breed me well: and there begins my
sadness. </fo:block>

</fo:block>
<fo:block text-transform="uppercase" font-family="Times New Roman" font-size="14pt" space-before="2em" language="en">
<fo:block>SCENE I. Orchard of Oliver's house.
</fo:block>
<fo:block>
Enter ORLANDO and ADAM
ORLANDO </fo:block>
<fo:block>
As I remember, Adam, it was upon this fashion
bequeathed me by will but poor a thousand crowns,
and, as thou sayest, charged my brother, on his
blessing, to breed me well: and there begins my
sadness. </fo:block>

</fo:block>
<fo:block text-transform="lowercase" font-family="Times New Roman" font-size="14pt" space-before="2em" language="en">
<fo:block>SCENE I. Orchard of Oliver's house.
</fo:block>
<fo:block>
Enter ORLANDO and ADAM
ORLANDO </fo:block>
<fo:block>
As I remember, Adam, it was upon this fashion
bequeathed me by will but poor a thousand crowns,
and, as thou sayest, charged my brother, on his
blessing, to breed me well: and there begins my
sadness. </fo:block>

</fo:block>
<fo:block text-transform="none" font-family="Times New Roman" font-size="14pt" space-before="2em" language="en">
<fo:block>SCENE I. Orchard of Oliver's house.
</fo:block>
<fo:block>
Enter ORLANDO and ADAM
ORLANDO </fo:block>
<fo:block>
As I remember, Adam, it was upon this fashion
bequeathed me by will but poor a thousand crowns,
and, as thou sayest, charged my brother, on his
blessing, to breed me well: and there begins my
sadness. </fo:block>

</fo:block>
		</fo:flow>
	</fo:page-sequence>
</fo:root>

