Re: [PHP4BETA] Php4.0 and Cocoon
[email protected] ("Chris Adams")
| Newsgroups | php.dev,php.version4 |
|---|---|
| Message-ID | <[email protected]> |
On Sat, 27 May 2000 21:38:48 +0200, Andr Langhorst wrote: >I know the docs, that did not help at all. ok. virtual() will help me if >I want to parse XML with cocoon *before* doing some php... And the other >way round? >if virtual() could call cocoon after having executed all php parts, that >would help me - am I wrong at any point??? Virtual could also be used to parse the XML *after* php. Just have php generate temp.xml & then use virtual() to request it.