Hi there,
I am trying to use XML and XSLT on a windows machine (Win 2000) that has PHP 4.2.2 and IIS 5.0 installed. I've found that the Windows Binary Installation for PHP 4.2.2 has some XML parsing capabilities precompiled (xml_parser_create() and other xml functions work), but as soon as I get to the xslt_process part, this doesn't seem to be in the binary installation file.
Is this correct (and do I need the PHP source code to manually compile PHP with the desired xslt support), or is there a solution to this problem (change a few php.ini parameters, install a few dlls etc.)?
Thanks!
Jason