[PHP] Can a php script be placed within a stylesheet?

2002-06-10 Thread William S.
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

Re: [PHP] Can a php script be placed within a stylesheet?

2002-06-10 Thread Andrew Brampton
: William S. [EMAIL PROTECTED] To: php [EMAIL PROTECTED] Sent: Monday, June 10, 2002 1:33 PM Subject: [PHP] Can a php script be placed within a stylesheet? 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