Jump to content

xslt processor error


mnaumanca

Recommended Posts

Hi,

 

I am trying to run following xslt code

 

  $myYear = date("Y");

 

$mm_xsl = new MM_XSLTransform();

$mm_xsl->setXML("../rss/news".$myYear.".xml");

$mm_xsl->setXSL("../rss/home.xsl");

 

but I am getting the following error

MM_XSLTransform error.

The server could not perform the XSL transformation because an XSLT processor for PHP could not be found. Contact your server administrator and ask them to install an XSLT processor for PHP.

 

I installed libxslt library but not still not able to run and I am just stuck, can somebody help me to resolve this issue.  I would really appreciate.

 

I read other post for same error but there is not much reploy on this topic

 

Regards,

Nauman

 

Link to comment
https://forums.phpfreaks.com/topic/131189-xslt-processor-error/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.