greetings, i've read all the previous posts pertaining to php and cocoon, but i still can't get a grasp on how php fits into the big picture. namely:
1. can i run php as an apache module -- with cocoon (or is it _required_ to use phpGenerator)? 2. if my php pages are returning xml, do i need to modify anything in the scripts to get them to work with cocoon? specifically, does cocoon pass the http post parameters to my scripts? 3. is there a noticeable performance hit by using phpGenarator? 4. is this a typical flow chart of cocoon & php with a web browser: browser sends request for "index.html" | \/ cocoon (through sitemap) maps this to a php script "script.php" | \/ php executes "script.php" (has access to all the http post vars) returns xml | \/ cocoon transforms returned xml to html, defined by "scriptDataToHtml.xsl" | \/ brower receives html generated by php script i hope my ascii art remains intact! thanks for any help. -chuck --------------------------------------------------------------------- Please check that your question has not already been answered in the FAQ before posting. <http://xml.apache.org/cocoon/faqs.html> To unsubscribe, e-mail: <[EMAIL PROTECTED]> For additional commands, e-mail: <[EMAIL PROTECTED]>