I've been working with XML and server-side XSL transformations on the fly in ASP/NT for a while, and I wanted to do similar things in php on a spare unix box. For NT, there's a MSXML module that transforms things, but searching google and the php site for XSL or XML libraries comes up with nothing.
I have content in XML, that I wrote companion XSL files for, but instead of relying on client side transformation, I'd like to do it server side. I know there are lots of perl libraries to do this for me, but are there any done to work specifically with just PHP?
thanks,
Matt