[PHP] Running PHP script within stylesheet?

2002-06-10 Thread William S.
Sorry, perhaps I should have been a bit more specific. Here is my *.php file. I want the hello world script to output to the Right Menu table on my web page: http://213.84.71.105/ . ?php $xml = ./test.xml; $xsl = ./test.xsl; $_parser = xslt_create(); if( !$result = xslt_process( $_parser,

[PHP] Running PHP script within stylesheet?

2002-06-09 Thread William S.
I am very new to PHP, Sablotron, XSLT, and MySql. Right now I have created a web page that is the result of a transformation (through php) of an xsl and xml file. What I would like to do is run a PHP script so that the result is displayed within a table on my web page. How do I do this? Here is