The system my web-site is currently hosted on runs PHP4 with XML support, but doesn't have the Sablotron XSLT module.
I doubt I will be able to get my web-host to install the extra module just for little me, so I'm posting to see if there is any other not-jumping-through-too-many-hoops way of getting access to this functionality?
I'm looking to take a peice of XML and pass it through a set of XSL transforms to produce some HTML for inclusion in my PHP scripts output.
Failing that I'll just have parse the XML manually, which I'd rather not do if there is an easier option!