Captain coffee Posted December 17, 2006 Share Posted December 17, 2006 Hi guysYou guessed i'm up agaisnt the wall so any assiatnce is gratefully recieved. I'm using PHP with an apache server running under windows XP. the version is 5.1.1.What I want to do is to transfom an xml file with an XSLt file. I can do this through the browser so I can be fairly confidant thatboth XSL and XML are 'wellformed' . To try and achive this with PHP I have used XSLTProcessor and because I go the following error message Class 'XSLTProcessor' not foundI tried a new approach using xslt_create and got a similar message in factCall to undefined function xslt_create()I have checked out the the PHP info page and it does tell me I have libXML support with versio 2.6.1 So I do not understand why it cannot find the classes. Any help would be warmly welcomeThanks in advance CC Link to comment https://forums.phpfreaks.com/topic/31003-php-xslt-processor/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.