Ok, what I want to do is this:
1.) run a database query to get my data(of course)
2.) write this data out dynamically in xml format in my php file.
3.) use an xsl stylesheet to format the data in html
Can it be done and where should I be looking for specific information, functions etc.
-Mark