Hi all, i'm trying to use the PHP generator but without success...

I had a look ath the cocoon wiki php generator page and followed the instructions but id doesn't run;
thisi is the link: http://wiki.cocoondev.org/Wiki.jsp?page=PHPGenerator

for example this is my test page:


<?php 

   print "<?xml
version=\"1.0\"?>\n";

   print "<page>\n";
   print "<title>Hello world from
PHP</title>\n";
   print "<content>\n";
   print "<para>This is my page being dynamically
generated using a PhpGenerator</para>\n";
   print "</content>\n";
   print "</page>\n";
?>

when i call it it doesn't run, and i obtain a blank page; but no errors in the sitemap or similar... HOW TO DO TO MAKE IT RUN??
heeeelpp!!

Best regards, Davide

Reply via email to