Zahigian, Mike wrote:
J., I am getting data out of some javabeans in the form of xml, then this
xml is transformed using a stylesheet, then another transformation takes
place to create the xsl:fo and then FOP takes over.  I'll go ahead and try
and profile--you think the bottleneck might be in the transformations and
not in the final rendering?

Not the transformation itself but the steps before this. No offense meant, but most people start with the most inefficient ways to generate XML, usually doing a lookup in a remote database (which is slow, but hard to avoid), building an XML string or a DOM tree (which is slow, memory consuming and avoidable) and then feed it to the XSLT processor.

> Do you have a profiler you can recommend?
No.

J.Pietschmann



Reply via email to