<?xml version="1.0" encoding="UTF-8"?>
<fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format" font-size="10pt" font-family="Palatino,Arial Unicode Short"><fo:layout-master-set><fo:simple-page-master master-name="main" page-height="29.7cm" page-width="21cm" margin-top="1cm" margin-bottom="2cm" margin-left="2.5cm" margin-right="2.5cm"><fo:region-body margin-top="1cm"/><fo:region-after extent="3cm"/><fo:region-start extent="2cm"/><fo:region-end extent="2cm"/></fo:simple-page-master></fo:layout-master-set><fo:page-sequence master-reference="main"><fo:flow flow-name="xsl-region-body">

<!--PASS THROUGH text-->
<fo:block>
  Text 1
</fo:block>

<fo:block>
  <!-- Hebrew text -->
  &#x200F;(&#x05D0;) &#x05D0;&#x05D1;&#x05D2;
</fo:block>
<fo:block>
  Text 3
</fo:block>
</fo:flow></fo:page-sequence></fo:root>


