Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:5146 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 94237 invoked by uid 1010); 31 Oct 2003 10:38:36 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 94212 invoked from network); 31 Oct 2003 10:38:36 -0000 Received: from unknown (HELO bambi.bitflux.ch) (212.71.97.156) by pb1.pair.com with SMTP; 31 Oct 2003 10:38:36 -0000 Received: from localhost (reh [127.0.0.1]) by bambi.bitflux.ch (Postfix) with ESMTP id 1ED097F89B; Fri, 31 Oct 2003 11:38:36 +0100 (CET) Received: from bambi.bitflux.ch ([127.0.0.1]) by localhost (bambi [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 27504-02; Fri, 31 Oct 2003 11:38:36 +0100 (CET) Received: from bitflux.ch (bx-109.bitflux.ch [212.71.98.109]) by bambi.bitflux.ch (Postfix) with ESMTP id 69F577F63E; Fri, 31 Oct 2003 11:38:35 +0100 (CET) Message-ID: <3FA23BA9.8080407@bitflux.ch> Date: Fri, 31 Oct 2003 11:38:33 +0100 User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.5) Gecko/20031013 Thunderbird/0.3 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Adam Dickmeiss Cc: internals@lists.php.net References: <3FA23826.8080807@indexdata.dk> In-Reply-To: <3FA23826.8080807@indexdata.dk> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new-20030616-p3 (Debian) at bitflux.ch X-Spam-Checker-Version: SpamAssassin 2.60 (1.212-2003-09-23-exp) Subject: Re: [PHP-DEV] Scheme handlers for XSLT in progress. From: chregu@bitflux.ch (Christian Stocker) On 10/31/03 11:23 AM, Adam Dickmeiss wrote: > Hi, > > we miss the scheme facility from PHP4's XSLT extension. So, we are > making a new one for PHP5's XSL extension, i.e. interfacing libXSLT's > xsltRegisterExtModuleFunction. If nobody else have done it/is doing it > we'd like to contribute. Can't you just use the stream-wrappers provided by PHP5? These are very well supported even in xslt. What's the difference between them and the sablotron way? Besides the different API in PHP userland? chregu