Can a "php script" be put within a stylesheet and work properly? If so, how?
For instance, this script put inside an XSL
stylesheet file:
<?php
$myvar = "Hello World";
echo $myvar;
?>
Then it is transformed into html via Sablotron.
--
Bill
Amsterdam, NL
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

