Hi all,
I have a question, I am producing an xml page dynamically using php and mysql database. This successfully produces a standard xml document.
I now want to stylise this document so that it appears to be a standard html page. I have applied a xsl stylesheet and it looks html until i check the source code from the browser. It is also still be spidered by search engines as an xml file rather than html.
I have looked into the php function xslt_create() and xslt_process() as a way of spitting this xml html but the functions ask for a xml file while my xml is dynamically generated by a php file.
Does anyone have any ideas how I can solve this problem as it is very important i do so!!
Thanks in advance
alex
I have a question, I am producing an xml page dynamically using php and mysql database. This successfully produces a standard xml document.
I now want to stylise this document so that it appears to be a standard html page. I have applied a xsl stylesheet and it looks html until i check the source code from the browser. It is also still be spidered by search engines as an xml file rather than html.
I have looked into the php function xslt_create() and xslt_process() as a way of spitting this xml html but the functions ask for a xml file while my xml is dynamically generated by a php file.
Does anyone have any ideas how I can solve this problem as it is very important i do so!!
Thanks in advance
alex