$parser = xslt_create();
这里啊,大哥。

解决方案 »

  1.   

    Call to undefined function xslt_create()
    找不到函数xslt_create
      

  2.   

    是找不到这个函数,但是我加载了extension=php_xsl.dll文件还是不行啊。
      

  3.   

    没有安装XSLT扩展具体看 http://cn.php.net/manual/zh/ref.xslt.php
      

  4.   

    extension=php_xsl.dll
    我已经加了这一句了怎么还不行呢?
      

  5.   

    这个……我没有用过这个东西,不知道具体怎么弄,但是这个是你明显没有加载function xslt_create()造成的!如果xslt是扩展,说明你没有加载上扩展!
      

  6.   

    我知道就是没有加载成功XSL扩展,但是加了那个语句还是那样,真是奇怪了。
      

  7.   

    手册中写的很清楚了Note to Win32 Users:  In order to enable this module on a Windows environment, you must copy several files from the DLL folder of the PHP/Win32 binary package to the SYSTEM32 folder of your windows machine. (Ex: C:\WINNT\SYSTEM32 or C:\WINDOWS\SYSTEM32). For PHP <= 4.2.0 copy sablot.dll  and expat.dll to your SYSTEM32 folder. For PHP >= 4.2.1 copy sablot.dll, expat.dll and iconv.dll to your SYSTEM32 folder.
      

  8.   

    http://cn.php.net/manual/zh/ref.xslt.php
    楼上正解