Re: XML applications in mod_perl/apache xml project (fwd)

2000-02-03 Thread Sander van Zoest
> I embarking on writing a mod_perl handler that accepts XML posted from > client apps/browsers and then does "stuff" with the received XML snippets. > I would like to take advantage of some of the projects discussed at > xml.apache.org (The Apache XML Project), but I'm not sure how they fit into

Re: XML applications in mod_perl/apache xml project (fwd)

2000-02-03 Thread brian moseley
i actually started writing a perl port of cocoon, but i only got a couple classes done before it became obvious that we weren't actually going to use it at work. however, cocoon itself is pretty simple. and the project leaders are definitely interested in having a perl port. one of my biggest pr

Re: XML applications in mod_perl/apache xml project (fwd)

2000-02-03 Thread Gerald Richter
Hi, > > I embarking on writing a mod_perl handler that accepts XML posted from > client apps/browsers and then does "stuff" with the received XML snippets. > I would like to take advantage of some of the projects discussed at > xml.apache.org (The Apache XML Project), but I'm not sure how they fit

RE: XML applications in mod_perl/apache xml project

2000-02-02 Thread Alex Schmelkin
gt; Sent: Wednesday, February 02, 2000 1:41 PM > To: Alex Schmelkin > Cc: [EMAIL PROTECTED] > Subject: Re: XML applications in mod_perl/apache xml project > > > Alex Schmelkin wrote: > > > > Hi, > > > > I embarking on writing a mod_perl handler that accepts XML

Re: XML applications in mod_perl/apache xml project

2000-02-02 Thread Joshua Chamas
Alex Schmelkin wrote: > > Hi, > > I embarking on writing a mod_perl handler that accepts XML posted from > client apps/browsers and then does "stuff" with the received XML snippets. > I would like to take advantage of some of the projects discussed at > xml.apache.org (The Apache XML Project), b

XML applications in mod_perl/apache xml project

2000-02-02 Thread Alex Schmelkin
Hi, I embarking on writing a mod_perl handler that accepts XML posted from client apps/browsers and then does "stuff" with the received XML snippets. I would like to take advantage of some of the projects discussed at xml.apache.org (The Apache XML Project), but I'm not sure how they fit into the