Hi Eric,
If you're trying to provide high-speed transformations, you need to integrate the Xalan APIs into your application. Spawning a command line program to do this is always going to be inefficient.
If you use the Xalan APIs, you can pre-compile a stylesheet and reuse it. You can also pre-parse and reuse any source documents.
Dave
Hi Dave,
I knew that but in case of internet application (PHP or stuff like that...)
it means I need to create a Linux deamon in order to keep the pre-compiled stylesheet in memory. I'm right ? Otherwise, the pre-compiled stylesheet is lost at each PHP call (I even not know if Xalan API is included in PHP)
It could be an idea to have a kind of 'Xaland' !
