]> granicus.if.org Git - php/commit
@- Added possibility to call php functions as XSLT-functions (chregu)
authorChristian Stocker <chregu@php.net>
Fri, 28 Nov 2003 22:08:16 +0000 (22:08 +0000)
committerChristian Stocker <chregu@php.net>
Fri, 28 Nov 2003 22:08:16 +0000 (22:08 +0000)
commit3f07e4364cae8499626d5db4a42cb2d4f6aa6af7
tree14e4462286f38dc946aea7e4787db74750c1806e
parent29a46b2ff6efe5b57def5ac8b03f391b9283b36e
@- Added possibility to call php functions as XSLT-functions (chregu)
- Added possibility to call php functions as XSLT-functions
  eg: <xsl:value-of select="php:function('date','r')"/>
  Namespace is http://php.net/functions
ext/xsl/php_xsl.c
ext/xsl/php_xsl.h
ext/xsl/tests/xslt011.phpt [new file with mode: 0644]
ext/xsl/tests/xslt011.xml [new file with mode: 0644]
ext/xsl/tests/xslt011.xsl [new file with mode: 0644]