I am working again on a PHP CMS small project I started a couple years ago, for my internship. This year, I am supposed to (and I want to anyway) integrate XML use into the project.
Right now, the CMS works like this: Data for a story/article is stored in a table in a MySQL database. Then, when an end user uses a browser they look at a story.php file that grabs a story/article and displays it for the end user. That works fine, no problem.
This year, I want to know if it is possible to do this: Store story/article entries in the MySQL database, and then, somehow convert these entries to XML (dynamically?) and then use XSL to make different outputs of the information for a PC browser compared to a cellphone or something.
Is there a way I can do this? I searched for this type of thing here at phpbuilder first, but couldn't find what I'm looking for. Maybe it's not possible to do what I am thinking. I still am learning all I can about XML/XSLT
Thanks a bunch,
andy