RE: fo document as output

2002-01-15 Thread Michiel Verhoef



You could use 
Xalan, the xslt processor used in fop, to do the transformation fromxml to 
fo.
After changing 
the fo document you can call fop to produce the pdf.

But that is 
probably just a workaround. Perhaps you can check the fop source code for 
calls
to 
Xalan?

Just my 
$0.02,

Michiel


  -Original Message-From: Luigi Savini 
  [mailto:[EMAIL PROTECTED]]Sent: maandag 14 januari 2002 
  17:29To: [EMAIL PROTECTED]Subject: fo document as 
  output
  How can i get in output a fo 
  document?
  
  I can see that for huge xml docs, fop creates a 
  temporary fo file instead of saving it into memory.
  I need to apply changes to sources to obtain that 
  fo file as a result of the elaboration.
  Does someone know in which part of the code this 
  fo file is builded?
  
  thx,
  Luigi


fo document as output

2002-01-14 Thread Luigi Savini



How can i get in output a fo document?

I can see that for huge xml docs, fop creates a 
temporary fo file instead of saving it into memory.
I need to apply changes to sources to obtain that 
fo file as a result of the elaboration.
Does someone know in which part of the code this fo 
file is builded?

thx,
Luigi


Re: fo document as output

2002-01-14 Thread Jeremias Maerki

I'm not sure I understood everything. The FO is normally built using
XSLT. And if it's done right, there's really no need to save the FO to a
temporary file. Instead FOP can use SAX output events from the XSL
transformation as direct input. Where have you seen this?

So if you want to have an FO file, I suggest you look at JAXP 1.1 on how
to do XSL transformations. This has actually nothing to do with FOP.

On Mon, 14 Jan 2002 17:28:54 +0100 Luigi Savini wrote:
 How can i get in output a fo document?
 
 I can see that for huge xml docs, fop creates a temporary fo file instead of saving 
it into memory.
 I need to apply changes to sources to obtain that fo file as a result of the 
elaboration.
 Does someone know in which part of the code this fo file is builded?

Cheers,
Jeremias Märki

mailto:[EMAIL PROTECTED]

OUTLINE AG
Postfach 3954 - Rhynauerstr. 15 - CH-6002 Luzern
Fon +41 (41) 317 2020 - Fax +41 (41) 317 2029
Internet http://www.outline.ch


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