xsl-list
[Top] [All Lists]

RE: AW: java xslt (saxon) + php?

2005-06-24 00:38:27

I'm currently working on a PHP5 project which incorporates 
Saxon-B 8.0 
as it's XSLT 2.0 processor. shell_exec works fine for me - 
I  just had 
to redirect stderr to stdout to be able to catch the error messages 
with PHP. You will also have to use an absolute path for 
your calls to 
Saxon to avoid classpath (or "whatever"-path :) issues.

Thanks.  Yeah, he has it working.  But if you do that, what about JVM 
startup, caching, etc.?  We were just concerned about performance in 
other words.


I don't know PHP, but an approach that avoids the startup overhead and
allows stylesheet caching would be to run Saxon from a servlet (say under
tomcat) and invoke it from PHP by issuing an HTTP request (with suitable
parameters) and reading the response.

Michael Kay
http://www.saxonica.com/



--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--



<Prev in Thread] Current Thread [Next in Thread>