PHP Classes

Error message

Recommend this page to a friend!

      c_xml  >  All threads  >  Error message  >  (Un) Subscribe thread alerts  
Subject:Error message
Summary:Get message: Class 'XsltProcessor' not found
Messages:3
Author:Bob Squires
Date:2011-11-30 10:28:55
Update:2011-12-14 14:45:25
 

  1. Error message   Reply   Report abuse  
Picture of Bob Squires Bob Squires - 2011-11-30 10:28:55
I've just downloaded tried your class and when I run the demo.php file I reveive the message
Fatal Error: Class 'XsltProcessor' not found

What am I doing wrong and how to I correct the error? Thanks.

Bob Squires
Luton, UK

  2. Re: Error message   Reply   Report abuse  
Picture of Rabotyahoff Alexandr Rabotyahoff Alexandr - 2011-12-06 16:21:22 - In reply to message 1 from Bob Squires
Hi, Bob

Script uses the XSLTProcessor class
php.net/manual/en/class.xsltprocess ...

Turn on libxslt in your php configuration

  3. Re: Error message   Reply   Report abuse  
Picture of Bob Squires Bob Squires - 2011-12-14 14:45:25 - In reply to message 2 from Rabotyahoff Alexandr
Thanks ... Bob