Try:
http://slides.bitflux.ch/
http://slides.bitflux.ch/phpug2004_1/
You could also get the CVS version and check out the source code. It was the
best way for me to find undocumented features.
There are also samples and articles, but unfortunately you have to "dig" for
them all over the net (goog
Steve Dieke wrote:
| I am guesing that I have installed something incorrectly. I am trying to
| use the function xslt_create(). I installed php v5 Beta 4 successfully.
| but when I try to use the function xslt_create() I get the following
| error:
|
| Fatal Error: Call to undefined function xsl
Here's my config:
'./configure' '--prefix=/usr' '--with-config-file-path=/etc'
'--disable-debug' '--enable-pic' '--enable-shared'
'--enable-inline-optimization' '--with-apxs=/usr/sbin/apxs'
'--with-exec-dir=/usr/bin' '--with-regex=system' '--with-gettext'
'--with-gd' '--with-jpeg-dir=/usr' '--with
Lucian, thank you very much for the insight you provided.
I am still a littke confused. It looked to me like in php 4.x you needed
the SablotronT library. But from what I can see with v5 beta4 you don't
need it. At least the docs do not state it from what I saw. Maybe I am
wrong. I just wante
I think your problems comes from configuring php with domxml instead of xslt
lib ( that requires sablotron).
You can use domxml's xslt transformations. I actually recomend it. It's
faster and in my opinion more flexible and reliable. (see
http://www.php.net/manual/en/ref.domxml.php for more info )
5 matches
Mail list logo