Hi everybody,
Do you know if it is possible to transform an XML document into an WML document on a PHP server.
Using MIcrosoft ASP Technology, we have access to the transformNode() method to perform the transformation:
xml.transformNode(xsl)
Does anyone knows if it exists such a method in PHP or, if it doesn't exist, how I could transform my XML document into an WML document.
Thank you for your help, best regards
Axel