<?xml version="1.0" ?>
<fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format">
  <fo:layout-master-set>
    <fo:simple-page-master page-height="11in" page-width="8.5in" margin-top="10mm" margin-left="20mm" margin-right="20mm" margin-bottom="10mm" master-name="main">
      <fo:region-body margin-top="20mm" margin-bottom="10mm" /><fo:region-before border-style="none" border-width="thin" extent="15mm"/>
    </fo:simple-page-master>
  </fo:layout-master-set>
  <fo:page-sequence master-reference="main">
    <fo:static-content flow-name="xsl-region-before">
			<fo:block font-size="9pt">
				<fo:external-graphic src="url('img/antenna-en.png')" />				XSL FO Sample Copyright &#xA9; 1996-2005 Antenna House, Inc. All rights reserved.
			</fo:block>
		</fo:static-content><fo:flow text-align="justify" flow-name="xsl-region-body" font-size="12pt">
 <fo:block>
<fo:float float="start">
<fo:block-container inline-progression-dimension="85mm" ><fo:block start-indent="0mm" color="blue"  font-family="Arial, sans-serif" font-size="20pt" font-weight="bold" background-color="#EEEEEE" line-height="16mm">
 Japanese Title 1
 </fo:block>
</fo:block-container>      </fo:float><fo:block start-indent="90mm" end-indent="0mm" font-family="ＭＳ ゴシック" font-size="20pt" font-weight="bold" background-color="#EEEEEE" line-height="16mm">日本語の見出し１
</fo:block>
</fo:block>     <fo:block space-before="0.5em" space-after="0.5em"><fo:float float="start">
        <fo:block-container inline-progression-dimension="85mm" >
<fo:block  start-indent="0mm" color="blue">The left indent in the text is 7cm. Side float is placed inside the right indent of the text.
</fo:block>
</fo:block-container>
      </fo:float><fo:block start-indent="90mm" end-indent="0mm">本文の左インデントは7cm。サイドフロートは本文の左インデントの中に配置できます。</fo:block>
</fo:block>
<fo:block space-before="0.5em" space-after="0.5em"><fo:float float="start">
 <fo:block-container inline-progression-dimension="85mm" >       <fo:block start-indent="0mm" color="blue">
An image is inserted at the beginning of the paragraph as fo:float. Set 0cm as the indent of fo:float.
</fo:block>
</fo:block-container>
      </fo:float><fo:block start-indent="90mm" end-indent="0mm">この段落の先頭にfo:floatとして画像を挿入しています。fo:floatのインデントは0cmに設定。</fo:block>
</fo:block>            <fo:block space-before="0.5em" space-after="0.5em"><fo:float float="start">
 <fo:block-container inline-progression-dimension="85mm" > <fo:block start-indent="0mm" color="blue">
Since DTP requires a person to compose layout page by page, work load increases proportionate of number of pages contained in a given document. In contrast, XSL formatting processes the prepared XML document as a batch.
</fo:block>
<fo:block start-indent="0mm" color="blue">

To format XML using XSL requires development of a stylesheet. Work load is proportionate to the number of tag sets and the complexity of layout, not the number of pages.
</fo:block></fo:block-container>      </fo:float><fo:block start-indent="90mm" end-indent="0mm">DTPは素材を対話式にレイアウトして、1ページ毎に手作りで作り上げます。コストはページ数に比例します。これに対し、XSLによる組版は、予め出来上がったXMLのコンテンツを一括処理で組版するものです。XMLを組版するためのXSLスタイルシートの開発費はページ数ではなく、タグセットの数やレイアウトの複雑さに比例します。ページが増えてもコストがあまり変わりません。</fo:block>
</fo:block>

<fo:block><fo:float float="end">
        <fo:block-container inline-progression-dimension="85mm"><fo:block color="blue"  font-family="Arial, sans-serif" font-size="16pt" font-weight="bold" background-color="#EEEEEE" line-height="16mm">
 Japanese Title 2
 </fo:block>
</fo:block-container>      </fo:float><fo:block  start-indent="0mm" end-indent="90mm" font-family="ＭＳ ゴシック" font-size="16pt" font-weight="bold" background-color="#EEEEEE" line-height="16mm">
日本語の見出し２</fo:block>
</fo:block>

<fo:block space-before="0.5em" space-after="0.5em"><fo:float float="end">
        <fo:block-container inline-progression-dimension="85mm"><fo:block color="blue">
An image is inserted to the next line as &lt;fo:float float=&quot;end&quot;&gt;.
</fo:block>
</fo:block-container>      </fo:float><fo:block end-indent="90mm" start-indent="0mm">この次の行に&lt;fo:float float=&quot;end&quot;&gt;として画像を挿入しています。</fo:block></fo:block>

      <fo:block space-before="0.5em" space-after="0.5em"><fo:float float="end">
        <fo:block-container inline-progression-dimension="85mm"><fo:block color="blue">
Since DTP requires a person to compose layout page by page, work load increases proportionate of number of pages contained in a given document. In contrast, XSL formatting processes the prepared XML document as a batch.
</fo:block>
<fo:block color="blue">

To format XML using XSL requires development of a stylesheet. Work load is proportionate to the number of tag sets and the complexity of layout, not the number of pages.
</fo:block></fo:block-container>      </fo:float><fo:block end-indent="90mm" start-indent="0mm">DTPは素材を対話式にレイアウトして、1ページ毎に手作りで作り上げます。コストはページ数に比例します。これに対し、XSLによる組版は、予め出来上がったXMLのコンテンツを一括処理で組版するものです。XMLを組版するためのXSLスタイルシートの開発費はページ数ではなく、タグセットの数やレイアウトの複雑さに比例します。ページが増えてもコストがあまり変わりません。</fo:block></fo:block>
      </fo:flow>
  </fo:page-sequence>
</fo:root>
