PHP Code inside XSL
Posted: Sun Oct 24, 2004 4:56 am
hi,
I am evaluating oxygen and I have a question about PHP code :
-Objctive: Build a home page using XML/XSL and PHP
-Context : 1 xml file that contain my web page datas, 1 xsl file that contains the design of my page.
-Problem : I need to display the date on my home page, In the past I made a php script that displays the date of the day in a specific format.
The problem is that when I include in my xsl file the necessary php code to display the date where I wanted it to appear (<?php include ('date/date.php'); ?>), it does not display the date.
In the html code generated by my xsl transformation, no sign of my php code ???
anyone can help ??
Thanks in advance
PS: For now I appreciate Oxygen
fp
I am evaluating oxygen and I have a question about PHP code :
-Objctive: Build a home page using XML/XSL and PHP
-Context : 1 xml file that contain my web page datas, 1 xsl file that contains the design of my page.
-Problem : I need to display the date on my home page, In the past I made a php script that displays the date of the day in a specific format.
The problem is that when I include in my xsl file the necessary php code to display the date where I wanted it to appear (<?php include ('date/date.php'); ?>), it does not display the date.
In the html code generated by my xsl transformation, no sign of my php code ???
anyone can help ??
Thanks in advance
PS: For now I appreciate Oxygen

fp