Re: what's wrong with this?

2003-01-21 Thread joni santoso
yes it works. but is it possible to use something like 
attribute?

because when working in a large doc, it seems strange to 
write a script or cut and paste the doc.

thx
On Mon, 20 Jan 2003 12:35:08 +0530
 [EMAIL PROTECTED] wrote:
just reverse the page-sequence nodes and check it..
-Original Message-
From: joni santoso [mailto:[EMAIL PROTECTED]
Sent: Monday, January 20, 2003 12:15 PM
To: [EMAIL PROTECTED]
Subject: what's wrong with this?
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]

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

Regards,
Joni
===
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]


Re: what's wrong with this?

2003-01-21 Thread Oleg Tkachenko
joni santoso wrote:
yes it works. but is it possible to use something like attribute?
because when working in a large doc, it seems strange to write a script 
or cut and paste the doc.
You don't understand main idea - order of flow formatting objects determines 
order of generating areas and finally pages. And whether you prefer 
copy-n-paste or xslt - your choice, it's you (stylesheet author) 
responsibility to place fo in desired order.
--
Oleg Tkachenko
eXperanto team
Multiconn Technologies, Israel

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


Re: what's wrong with this?

2003-01-20 Thread Oleg Tkachenko
joni santoso wrote:
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.
It's order of page-sequences what determines order of generated pages. There 
is no order of page masters withing LMS.

--
Oleg Tkachenko
eXperanto team
Multiconn Technologies, Israel
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]