Run the XSL transformation alone. Using fop.bat you've done: 
XML  --------> XSL-FO -------> PDF
      (XSLT)           (FOP)

The XSLT part of it is this:

XML  --------> XSL-FO
      (XSLT)

(I hope the ASCII art comes out ok)

Since the comments should in theory not reach FOP it is my guess that
something's happening during the XSL transformation from XML to FO.
Xalan does that, for example. I don't know what XSLT processor you use.

If you use Xalan you can use its command line: 
http://xml.apache.org/xalan-j/commandline.html
I think you can use the -DIAG option to get timings for the
transformation.

Does that clear it up?

On 23.01.2003 21:47:09 Clay Leeds wrote:
> Jeremias,
> 
> Jeremias Maerki wrote:
> > Hey Maestro!
> > 
> > Have you tried to run only the XSLT part of it? Do that and compare
> > execution times there. That should be interesting.
> > 
> > 
> > Jeremias Maerki
> 
> I don't know how to "run only the XSLT part of it"... Can you give any 
> more information as to what you're referring?__


Jeremias Maerki


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

Reply via email to