Re: [PHP] About Incorporating MySQL and XML/XSLT/PHP

2007-07-09 Thread Nathan Nobbe
Kelvin, you will want to use SimpleXML if you can or DOM if you have to to build XML data. you will populate certain portions of said XML using data from the database. Then said XML is handed to the XSLT processor along w/ an XSL file. The XSL file makes reference to the XML that you give it [

[PHP] About Incorporating MySQL and XML/XSLT/PHP

2007-07-09 Thread Kelvin Park
I'm using XSLT to make a website template and XML to describe the data on my website. Do I parse the data from MySQL to XML in order to apply styles and display them as XHTML with XSLT? I would have to use PHP to parse XML, however I was unclear on how to pass MySQL data to XML in order for it do