Adriano Smith wrote:
If a php file is called in the pipeline as a generator will the file be
compiled or just displayed as it is? is it possible to mention somwhwre
that the php is to be compiled and executed. i wish to call a php file
thro cocoon pipleline. if it is called normally outside cocoon it
compiles.

The Cocoon PHP block never worked correctly, and should not really be used. If you need to retrieve data from a PHP page, just use HTTP, e.g:

<map:generate src="http://localhost/mypage.php"/>

Regards, Upayavira


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to