Re[6]: [PHP-XML-DEV] DOM XML and XSLT implementation in PHP 5

[email protected] (Jerzy Kowalski) Wed, 4 Feb 2004 22:14:03 +0200
Newsgroups php.xml.dev
Message-ID <[email protected]>
On Wednesday, February 4, 2004, 10:02:55 PM, Adam Trachtenberg wrote:

AT> Ah. Well, I'm excited to see any examples you have of porting code from
AT> custom scheme handlers to PHP 5. :) No really. If you do, please post 
AT> here or e-mail me.

And one more thing.

I've just cast a glance at xsltProcessor's methods using
get_class_methods and got following list:

 * importStylesheet
 * transformToDoc
 * transformToUri
 * transformToXml
 * setParameter
 * getParameter
 * removeParameter
 * hasExsltSupport

So, it seems that for the time present ext/xsl doesn't have any
natural hooks (similar to Sablotron API) to solve the schema issue :(

-- 
Best regards,
Jerzy Kowalski