This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Apache Module (Xalan?)


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@mediaone.net



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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]