Plugin

Archived
Forum
(read-only)

XSLTransform

ExpressionEngine 2

Back to this add-on's main page
View Other Add-ons From Mark J. Reeves

     

Fatal error: Class ‘cXsltProcessor’ not found in .../expressionengine/third_party/xsltransform/pi.xsltransform.php on line 87

Support Request

Vani
Vani

HI Mark,
I am trying your plugin for the first time. I tried toexecute the sample that you gace.. the “Hello Mrk” one. :)
I get this error

Fatal error: Class ‘XsltProcessor’ not found in /www/eh14085/public_html/dev/mdhsys/expressionengine/third_party/xsltransform/pi.xsltransform.php on line 87

Please help

-Vani

Mark J. Reeves
# 1
Developer
Mark J. Reeves

Are you familiar with phpinfo()? If you create a test.php somewhere on your server with:

<? phpinfo(); ?> 

in it, that will output your PHP config info. You need to see if there’s an XSL library in your PHP install.

Vani
# 2
Vani

Hi Mark,
Thank You for the speedy response. I used the phpinfo command as you suggested.
I see libxml but no xsl.

Looks like i need to install that.
Thank You.
-Vani