Re: [PHP] xslt_create

2004-06-30 Thread Ray Hunter
On Wed, 2004-06-30 at 14:30, Pierre wrote: Hi all Please when i'm trying to use the xslt_create() function php says indefined function but this is in my phpinfo() XML Support active XML Namespace Support active EXPAT Version 1.95.6 Any idea please ? You need xslt support enabled

RE: [PHP] xslt_create

2004-06-30 Thread Pierre
Ok so I must recompile php with this option but I can't is there any php class easy to use that can do this ? Pierre -Message d'origine- De : Ray Hunter [mailto:[EMAIL PROTECTED] Envoyé : mercredi 30 juin 2004 21:34 À : php-general Objet : Re: [PHP] xslt_create On Wed, 2004-06-30

Re: [PHP] xslt_create

2004-06-30 Thread eoghan
on windows? linux? Pierre wrote: Ok so I must recompile php with this option but I can't is there any php class easy to use that can do this ? Pierre -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] xslt_create

2004-06-30 Thread Ray Hunter
On Wed, 2004-06-30 at 14:36, Pierre wrote: Ok so I must recompile php with this option but I can't is there any php class easy to use that can do this ? If you are on a linux box and have php installed via rpm you might be able to get a php-xslt rpm that you can use. If on windows you can

RE: [PHP] xslt_create

2004-06-30 Thread Pierre
- De : Ray Hunter [mailto:[EMAIL PROTECTED] Envoyé : mercredi 30 juin 2004 21:45 À : Pierre Cc : php-general Objet : RE: [PHP] xslt_create On Wed, 2004-06-30 at 14:36, Pierre wrote: Ok so I must recompile php with this option but I can't is there any php class easy to use that can do

Re: [PHP] xslt_create

2004-06-30 Thread eoghan
À : Pierre Cc : php-general Objet : RE: [PHP] xslt_create On Wed, 2004-06-30 at 14:36, Pierre wrote: Ok so I must recompile php with this option but I can't is there any php class easy to use that can do this ? If you are on a linux box and have php installed via rpm you might be able to get

RE: [PHP] xslt_create

2004-06-30 Thread Pierre
Pierre -Message d'origine- De : eoghan [mailto:[EMAIL PROTECTED] Envoyé : mercredi 30 juin 2004 21:52 À : Pierre Cc : php-general Objet : Re: [PHP] xslt_create thats really difficult to say without seeing the xsl and xml. theres a very good xsl list over at mulberrytech.com too if you need

RE: [PHP] xslt_create

2004-06-30 Thread Pierre
It's the same , too bad thanks anyway Pierre -Message d'origine- De : eoghan [mailto:[EMAIL PROTECTED] Envoyé : mercredi 30 juin 2004 22:17 À : Pierre Objet : Re: [PHP] xslt_create take this line out of your xml and see what happens ?xml:stylesheet type=text/xsl href=style1.xsl

RE: [PHP] xslt_create error

2003-11-21 Thread Wouter van Vliet
In your configure command, you have enabled xml support, but not xslt support. Read http://nl3.php.net/manual/en/ref.xslt.php Installation On UNIX, run configure with the --enable-xslt --with-xslt-sablot options. The Sablotron library should be installed somewhere your compiler can find it.