Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:9253 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 62842 invoked by uid 1010); 16 Apr 2004 10:18:02 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 62818 invoked by uid 1007); 16 Apr 2004 10:18:02 -0000 To: internals@lists.php.net Date: Fri, 16 Apr 2004 06:15:50 -0400 Message-ID: <20040416061515.379A.IRCHTML@php.net> MIME-Version: 1.0 X-Mailer: Becky! ver. 2.08 [en] with BkNews Plug-In ver. 2.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Posted-By: 66.56.236.160 Subject: XSL Extension From: irchtml@php.net (Kenneth Schwartz) I'm documenting the new XSL extension and needed a little clarification on the two XSL functions in the PHP namespace [function() and functionString()]. In what case would either of these XSL functions be called? As I understand it php:function() only allows string parameters to the handling PHP function whereas php:functionString() allows passing element values to the function. Examples: Outputs the RFC formatted date (current date/time) Outputs the RFC formatted date of the element as the unix timestamp I just wanted to be sure of what I've gathered from testing and the source that the usage of both functions is correct. Any other information would be appreciated. Thanks, Kenneth