mnaumanca Posted November 3, 2008 Share Posted November 3, 2008 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 More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.