> >>   - 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.

I haven't found in the API of ext/xslt any functions that could enable the use of DOM 
objects. Is the API limited to the functions listed in php_xslt.h ?

Jarek



--
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]

Reply via email to