Hi,
Thank you for the mod_xslt with php integration abilities!
Our CMS strongly uses domxml extension with xslt.
We produce DOM document in memory using SAX interface and apply stylesheet to
it.
May be good idea adding functions to php like
set_result_document(resource #domdocument)
set_result_stylesheet(string stylesheetfile)
and after all mod_xslt will apply stylesheet to "stylesheetfile" to resulting
document...
This algorithm can improve speed for us. (stylesheets are persistant upon
apache requests and cañhed in memory in your module, I am right?)