http://www.mulberrytech.com/xsl/xsl-list/index.html
Pierre wrote:
Yes it's ok thanks to all :)
But now I have a little problem : my page is all white This is my code : $xml='frm2004.xml';
$xsl='style1.xsl';
$xslt=xslt_create();
$resultat=xslt_process($xslt,$xml,$xsl);
xslt_free($xslt);
echo $resultat;
what's wrong ? please
Pierre
-----Message d'origine-----
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 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 download the zip file from php.net that contains all the dlls and in there you will find the php xslt (sablotron) dll and you will have to uncomment that dll in your php.ini file.
-- BigDog
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php