On an unrelated note SOAP::Lite developement seems to have gone quite to me
anyway.
Greg
--
Reporting bugs: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html
> From: Gerald Richter [mailto:[EMAIL PROTECTED]
>
> Yes, Embperl per default caches a "compiled" version of the
> stylsheet in
> memory.
>
> Gerald
>
> P.S. There are also options to cache the result of the xslt
> transformation
> or any itermediate steps
>
Oh - A way of making it even faste
> From: Nathan Torkington [mailto:[EMAIL PROTECTED]]
> Sent: 11 December 2002 20:58
> To: [EMAIL PROTECTED]
> Subject: Perl Cookbook modperl chapter
>
>
> I also need help on content. I'm not competing with Geoff, Randy, and
> Paul's excellent book (mod_perl Developer's Cookbook)--they have 630
> From: mike808 [mailto:[EMAIL PROTECTED]]
> Sent: 24 July 2002 05:54
> To: Lincoln Stein; Cope, Greg; [EMAIL PROTECTED]
> Subject: Re: possible buget in CGI.pm
>
> Lincoln, Greg, mod_perl list:
>
> The problem appears to be that the -no_xhtml option is only
> processed in
> _setup_symbols. This
> -Original Message-
> From: darren chamberlain [mailto:[EMAIL PROTECTED]]
> > Can someone confirm this?
>
> Yes:
>
Good I'm not mad :-)
> From CGI.pm, version 2.81:
>
> 35 # > Here are some globals that you might want to
> adjust <<
> 36 sub initialize_globals {
Hi All,
We are implementing mod_perl here for internal intranet use. We have
discovered a possible buglet in CGI.pm.
We do not want CGI.pm to return XHTML as it upsets Verity indexing (long
story).
So in Apache::Registry executed scripts we use:
use CGI qw( -no_xhtml );
But on the fi
> From: Jeff AA [mailto:[EMAIL PROTECTED]]
Hiya,
my 2 pence worth:
> status] this seems to indicate the Model accepts method calls and
> returns
> data that will be rendered elsewhere. In our planned
> development, there
> is a LOT of tabular data - do you use any standards for the
> data bei
> -Original Message-
> From: Ged Haywood [mailto:[EMAIL PROTECTED]]
>> Have you checked the mod_perl list archive on this one?
>
Whops, looked in the Guide, but forgot about the archives. I've found the
answer in:
http://mathforum.org/epigone/modperl/sehpholzhex/3B82C845.CA1C5818@spam
Dear All,
I've been tasked with setting up a mod_perl apache. I've complied my own
perl etc ... in my own home dir, as I need to test our code against it,
before passing it off to the addmins for pkg'ing and rolling out to other
servers.
perl + modules pass all tests.
mod_perl appears to buil