hi,

below is my fo file. when i transform it using apache fop the result is a pdf that the content of "other" is shown first.


is it possible to make apache fop display the contents by setting some attributes.


thx


<!--

<?xml version="1.0"?>
<fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format";>
<fo:layout-master-set>
<fo:simple-page-master master-name="only">
<fo:region-body/>
</fo:simple-page-master>
<fo:simple-page-master master-name="other">
<fo:region-body/>
</fo:simple-page-master>
</fo:layout-master-set>
<fo:page-sequence master-reference="other">
<fo:flow flow-name="xsl-region-body">
<fo:block font-size="20pt" font-family="serif"
line-height="30pt">
Hydrogen1
</fo:block>
<fo:block font-size="20pt" font-family="serif"
line-height="30pt" text-align="center" color="green">
Helium2
</fo:block>
<fo:block>
<fo:basic-link external-destination="http://www.yahoo.com";>go to yahoo2</fo:basic-link>
</fo:block>
</fo:flow>
</fo:page-sequence>


<fo:page-sequence master-reference="only">
<fo:flow flow-name="xsl-region-body">
<fo:block font-size="20pt" font-family="serif"
line-height="30pt">
Hydrogen
</fo:block>
<fo:block font-size="20pt" font-family="serif"
line-height="30pt" text-align="center" color="green">
Helium
</fo:block>
<fo:block>
<fo:basic-link external-destination="http://www.yahoo.com";>go to yahoo</fo:basic-link>
</fo:block>
</fo:flow>
</fo:page-sequence>
</fo:root>


-->
===========================================================================================
Meriahkan Tahun Baru Imlek dengan mengirimkan Kartu Elektronik PlasaCom kepada kerabat dan teman Anda
KSI PlasaCom - Reuni Alumni STTTelkom http://www.plasa.com/belajar/reuni.html ===========================================================================================


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to