One could construct a pretty nice XML processing system using FastCGI. It 
would not have all the advantages of mod_perl's tight Apache integration, but 
then again FastCGI is very appealing for other reasons. There actually are a 
few ISPs that provide FastCGI hosting. I've used it some, and it is a pretty 
solid approach to web applications. 

The other possibility would be to use something like HTML::Mason in CGI mode, 
it does have a decent amount of XML processing functionality. 

On Wednesday 19 December 2001 16:36, you wrote:
> On 20 Dec 2001, Laurian Gridinoc wrote:
> > On Wed, 2001-12-19 at 22:27, Tod Harter wrote:
> > > PerlModule AxKit MUST be in the main httpd.conf
> >
> > I understand this, and there is no way to run axKit without mod_perl -
> > like a plain CGI?
> >
> > I'm asking this because I need to develop a XML/XSL based site and I'm
> > avoiding any java solution (Cocoon or just Xalan) due to small java heap
> > memory I encountered on many hostings...
> >
> > Theoretically I can manage with sablotron from perl only, but axKit is
> > much more...
>
> I'm pretty sure there is no way to run AxKit as a stand-along CGI.
> CGI::XMLApplication might be of interest.
>
> http://www.xml.com/pub/a/12/12/2001/cgi-xml.html
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]

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

Reply via email to