Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:5183 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 61179 invoked by uid 1010); 4 Nov 2003 14:17:04 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 61105 invoked from network); 4 Nov 2003 14:17:03 -0000 Received: from unknown (HELO peanut) (213.150.43.10) by pb1.pair.com with SMTP; 4 Nov 2003 14:17:03 -0000 Received: from peanut ([127.0.0.1] helo=indexdata.dk ident=adam) by peanut with esmtp (Exim 3.35 #1 (Debian)) id 1AH1zR-0002Xp-00; Tue, 04 Nov 2003 15:17:01 +0100 Message-ID: <3FA7B4DB.3010107@indexdata.dk> Date: Tue, 04 Nov 2003 15:16:59 +0100 User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.5) Gecko/20031007 X-Accept-Language: da, en-us, en MIME-Version: 1.0 To: Christian Stocker CC: internals@lists.php.net References: <3FA23826.8080807@indexdata.dk> <3FA23BA9.8080407@bitflux.ch> <3FA24588.5080307@indexdata.dk> <3FA27D83.9050502@bitflux.ch> In-Reply-To: <3FA27D83.9050502@bitflux.ch> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Scheme handlers for XSLT in progress. From: adam@indexdata.dk (Adam Dickmeiss) Christian Stocker wrote: > Just as an update to this question > > According to Adam, the stream-wrapper support in ext/xsl seems to have > the same possibilities as the schemes support in the former sablotron > extension. But he will further look into it and keep us/me updated > about the outcome ;) > I've wrapped made a stream class with methods stream_open, stream_read, stream_tell, stream_eof, stream_seek, stream_stat, stream_close. When I use this handler from within XSLT I get : *Warning*: xsltprocessor::importStylesheet() [function.importStylesheet ]: tkl_file_stream::url_stat is not implemented! in */home/adam/proj/httpd/htdocs/tkl5/xsl-ex2.php* on line *70* What's url_stat supposed to do? Prototype? -- Adam