I've recently completed two projects -- the first was a phpBB extension utilizing new querys with MySQL and the second was an ASP utilizing SQLServer 2000 with XML and XSL transforms.
I am onto a new project and would love to utilize PHP and MySQL where the result set from MySQL is in XML format so that I can process it with XSL transforms. SQLServer 2000 can return an XML formatted result set and I found this ideal for my last project -- can MySQL do the same or is there a PHP class out there that will take a MySQL result set and convert it to XML?
TIA,