php-windows | 2003112
Date: 11/19/03
- Next message: Myles Parker: "[PHP-WIN] Re: Help with xslt on windows"
- Previous message: Roderick Martin: "[PHP-WIN] Using PHP to reload a page w/variable."
- In reply to: Myles Parker: "[PHP-WIN] Help with xslt on windows"
- Next in thread: Myles Parker: "[PHP-WIN] Re: Help with xslt on windows"
- Reply: Myles Parker: "[PHP-WIN] Re: Help with xslt on windows"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Well, you must change your php.ini file to indicate that you do want to use
the module php_xslt.
"Myles Parker" <myles.parker <email protected>> schrieb im
Newsbeitrag news:3FBBBE47.3090307 <email protected>
> an someone help me out with xslt on windows?
> I have copied the 3 dll's in to the c:\WINDOWS\SYSTEM32 directory
> (sablot.dll, expat.dll, iconv.dll) I have a very simple php page..
> <?php
>
> $xh = xslt_create();
> // Process the document, returning the result into the $sDXML variable
> $sDXML = xslt_process($xh, 'TOC.xml', '/www/Common/TOC/TOC.xsl');
>
>
> ?>
>
> I continue to get this error when I try and run..
> Fatal error: Call to undefined function: xslt_create() in
> C:\www\PHP\toc.php on line 3
>
> Thanks
> Myles
>
-- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
- Next message: Myles Parker: "[PHP-WIN] Re: Help with xslt on windows"
- Previous message: Roderick Martin: "[PHP-WIN] Using PHP to reload a page w/variable."
- In reply to: Myles Parker: "[PHP-WIN] Help with xslt on windows"
- Next in thread: Myles Parker: "[PHP-WIN] Re: Help with xslt on windows"
- Reply: Myles Parker: "[PHP-WIN] Re: Help with xslt on windows"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

