I'm looking for a way to use PHP to process XML documents through XSL to output HTML to the client. I've been looking around, but can't seem to find anything that looks like an acceptable solution. ASP can do this. JSP has class engines built to do it. I think perl does. So where's PHP's XSL muscle?
Matt