[PHP] Re: XSLT in php v5 beta 4

2004-02-23 Thread Lucian Cozma
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

[PHP] Re: XSLT in php v5 beta 4

2004-02-23 Thread Ryan C. Creasey
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

[PHP] Re: XSLT in php v5 beta 4

2004-02-20 Thread Lucian Cozma
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

[PHP] Re: XSLT in php v5 beta 4

2004-02-20 Thread Steve Dieke
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

[PHP] Re: XSLT in php v5 beta 4

2004-02-19 Thread Lucian Cozma
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 )