Bruce D'Arcus pisze:
On Wed, Jul 9, 2008 at 11:09 AM, ChengLin <[EMAIL PROTECTED]> wrote:

Thank you very much for your concerns about UOF stylesheet. We're trying to 
improve it. Optimizing XSLT is one step,

And probably the more important step, given Svante's point.

Saxon is generally fast; the biggest issue is the JVM startup time.
But I doubt that's an issue in OOo?

Generally, it depends whether you're using any Java code anyway. I'm a co-developer of a grammar checker (LanguageTool) that will start automatically in OOo 3.x (hopefully, 3.0), in Java, so JVM will be started then anyway as soon as you open any document in a language supported by LanguageTool. But if you don't use any Java code, JVM is not started and it will be only started when you run XSLT transformation. But actually, this overhead isn't that huge, and Saxon is generally very fast.

Regards,
Marcin

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

Reply via email to