Apache Module (Xalan?)

Subject: Apache Module (Xalan?)
From: "Jon Smirl" <jonsmirl@xxxxxxxxxxxx>
Date: Wed, 31 May 2000 17:15:52 -0400
Has anyone built a C/++  based Apache module for doing XSLT transforms? I'm
looking at building one around Xalan since I can't get enough speed out of
the Java implementations.

Right now I can do a page transform in 85ms with Java, but sub 25ms looks
possible with C. The problem is more with latency than CPU consumption. XSL
Processors don't start transforming until everything is available from the
prior stages. This means the output comes in the last 5ms of the 85ms delay.

Jon Smirl
jonsmirl@xxxxxxxxxxxx



 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread