RE: PHP status?

2002-12-23 Thread Geoff Howard
> -Original Message- > From: Alex McLintock [mailto:[EMAIL PROTECTED]] > Sent: Monday, December 23, 2002 9:03 AM > To: [EMAIL PROTECTED] > Subject: RE: PHP status? > > > Thanks for spotting the important bits in the tutorial Geoff. Thank google! I knew it wasn

RE: PHP status?

2002-12-23 Thread Alex McLintock
Thanks for spotting the important bits in the tutorial Geoff. At 14:01 23/12/02, you wrote: I'm not a PHP user in cocoon, but I can provide some hints on the information you asked about. First, the biggest clues come from an odd location (http://xml.apache.org/cocoon/tutorial/tutorial-develop-w

RE: PHP status?

2002-12-23 Thread Geoff Howard
eable. So, > -Original Message- > From: Alex McLintock [mailto:[EMAIL PROTECTED]] > Sent: Monday, December 23, 2002 6:22 AM > To: [EMAIL PROTECTED] > Subject: Re: PHP status? > > > I asked about PHP within Cocoon and > > At

Re: PHP status?

2002-12-23 Thread Alexandru COSTIN
Hello, If you want XML and PHP in a Cocoon like approach, you should look at Krysalis, a OS platform for XML content publishing. Please see more about it at http://www.interakt.ro/products/Krysalis/ Alexandru > Hi folks, > > I'm reasonably familiar with Cocoon but just learning PHP since it see

Re: PHP status?

2002-12-23 Thread Alex McLintock
I asked about PHP within Cocoon and At 23:32 22/12/02, Nicola Ken Barozzi wrote: " * Allows PHP to be used as a generator. Builds upon the PHP servlet * functionallity - overrides the output method in order to pipe the * results into SAX events. " Looking at the code, it takes the Request,

Re: PHP status?

2002-12-22 Thread Nicola Ken Barozzi
Alex McLintock wrote: Hi folks, I'm reasonably familiar with Cocoon but just learning PHP since it seems to be the fastest way to do lots of web applications. (See http://phpmyedit.sourceforge.net/ and http://www.platon.sk/projects/phpMyEdit/ for pne of the php tools I am interested in ).

Re: PHP functionality

2002-11-08 Thread Alexandru COSTIN
Hello, You should also try the Krysalis open source GPL publishing platform, http://www.interakt.ro/products/Krysalis/ Alexandru On Tue, 2002-11-05 at 13:26, HA, Hai wrote: > Hello experts, > > I was wondering if anyone out

RE: [PHP-DB] Print data

2002-10-24 Thread José Moreira
@;GetingeCastle.com] Enviada: quarta-feira, 23 de Outubro de 2002 15:45 Para: 'José Moreira' Assunto: RE: [PHP-DB] Print data Yeah, I knew I could go into Page Setup and remove the strings manually. I was hoping you had devised a way to do it from the PHP code somehow. I know that it&#x

RE: PHP

2002-09-12 Thread Sushil Bhattarai
TECTED]> >Reply-To: [EMAIL PROTECTED] >To: <[EMAIL PROTECTED]> >Subject: RE: PHP >Date: Thu, 12 Sep 2002 12:06:58 -0400 > >I thought it was in there already though it requires a little work to get it >running: > >http://xml.apache.org/cocoon/userdocs/generat

Re: PHP

2002-09-12 Thread Alexandru COSTIN
Hello, You might be trying Krysalis. It's pretty similar with Cocoon, but it's PHP based. http://www.interakt.ro/products/Krysalis/ Alexandru On Thu, 2002-09-12 at 18:06, Sushil Bhattarai wrote: > Hi > > Has anyone build PHP generator ? I

RE: PHP

2002-09-12 Thread Per Kreipke
I thought it was in there already though it requires a little work to get it running: http://xml.apache.org/cocoon/userdocs/generators/php-generator.html -Original Message- Hi Has anyone build PHP generator ? I've never build Cocoon from source and I'm kind of scared to do that? Is there

Re: php->xml->cocoon->html | wml --- query string lost

2002-07-07 Thread Michael Mangeng
I haven´t done anything with PHP&cocoon yet but i think you have to use the PHPGenerator.   Since you are not specifing a generator to the map:generate tag cocoon uses the filegenerator (if this is the default one in your sitemap).   try using: http://localhost/test/getSomething.php" type="p

Re: PHP generator question!!

2001-06-28 Thread Sam Ruby
Marco Spinetti wrote: > > Can you explain to me how the Php generator works? The PHP generator will run PHP code natively and will pass the output through an XML parser and then from there the results be processed further however you wish. - Sam Ruby ---