Help with xslt on windows
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
- To: php-windows@lists.php.net
- Subject: Help with xslt on windows
- From: Myles Parker <myles.parker@aviation-compliance-online.com>
- Date: Wed, 19 Nov 2003 12:02:31 -0700
- Delivered-to: mailing list php-windows@lists.php.net
- Delivered-to: ezmlm-scan-php-windows@lists.php.net
- Delivered-to: ezmlm-php-windows@lists.php.net
- Mailing-list: contact php-windows-help@lists.php.net; run by ezmlm
- User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.4) Gecko/20030624 Netscape/7.1 (ax)
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
[Index of Archives]
[PHP Home]
[PHP Users]
[PHP Database Programming]
[PHP Install]
[Kernel Newbies]
[Yosemite Forum]
[PHP Books]