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

[email protected] (Jerzy Kowalski) Wed, 4 Feb 2004 20:13:28 +0200
Newsgroups php.xml.dev
Message-ID <[email protected]>
February 4, 2004, 6:41:21 PM, Christian Stocker wrote:

CS> http://slides.bitflux.ch/phpug2004_1/

CS> could give you a start.

CS> there's more out there, IIRC ;)

Thanks. But that's not really the goods. I mean, I've already seen
your slides from "PHP-Conference 2003, Frankfurt" and got quite
excited, finding out that new version of PHP has integral XML/XSLT
support. Furthermore, it was emphasized by php.net that the new xml
support is the second key thing after new OOP implementation.

Well, using PHP 4 the problem was that I wasn't able to create DOM
and apply XSLT transformation (using SABLOTRON) without serializing it
into the string.
The reason for using SABLOTRON was necessity to set custom scheme
handlers (i've got modularized stylesheet stored in database and
should have to solve it somehow ;)).

Anyway, i'd like to explore if the new implementation could afford me
similar means an so on.

-- 
Best regards,
Jerzy Kowalski