In <[EMAIL PROTECTED]>, Sebastian Bergmann wrote:
> Jaroslaw Kolakowski wrote: >> - Added preliminary DOM XSLT support: -- uses the libxslt library, -- >> operates on DOM objects, not strings, -- functions: >> domxml_xslt_process(), domxml_xslt_version(). > > Please don't put this into ext/domxml, but implement it as a backend > for ext/xslt. I think, the idea here was to use domxml-objects for feeding a xsl-processor without the need for a transformation from a domxml-tree to a string to a ext/xslt-domtree (if i build the xml with domxml for example). I find this feature rather useful, but if this is achievable with the ext/xslt backend as well, that would naturally be even better or at least more consistent. chregu -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]