Hi!
I'm using MySql database server as my data storage and the layout of my (killer) web application is defined in xsl templates. Is there any other way to mix these techiniques (database, php and xsl) together than write the result of database query in a file in xml format and then parse html output by using xslt?
Regards, Mika