Re: MP2 books (was Re: Lost my )

2005-07-08 Thread Stas Bekman
Malcolm J Harwood wrote: On Sunday 03 July 2005 08:14 pm, Thomas Hilbig wrote: The actual CGI script uses the standard Lincoln Stein library under MP2, and not yet taking advantage of MP2 code (requestor). Rewriting to pure MP2 is a task for this summer, once I can find a good MP2 book that s

MP2 books (was Re: Lost my )

2005-07-07 Thread Malcolm J Harwood
On Sunday 03 July 2005 08:14 pm, Thomas Hilbig wrote: > The actual CGI script uses the standard Lincoln Stein > library under MP2, and not yet taking advantage of MP2 > code (requestor). Rewriting to pure MP2 is a task for > this summer, once I can find a good MP2 book that > skips the whole MP1-

Re: Lost my

2005-07-03 Thread Thomas Hilbig
--- Fred Moyer <[EMAIL PROTECTED]> wrote: > If you post a code snippet that might give us some insight into what the problem is. > CGI Code snippet is below. While my goal was to include the header(), $q->start_html( -title=>'Scroll Test', -script=>{-code=>$ja

Re: Lost my

2005-07-03 Thread Thomas Hilbig
--- "Philip M. Gollucci" <[EMAIL PROTECTED]> wrote: > Did you update the CGI.pm version on your system? > > You need CGI.pm 3.10 to work with mp2.0.0. > > If you are using CGI.pm 3.10 what version were you > using before? Doing a > diff might be helpful... Things have changed but > enough that

Re: Lost my

2005-07-03 Thread Philip M. Gollucci
Thomas Hilbig wrote: Since updating to mp2.0.0 and httpd 2.0.54, my CGI scripts no longer include the heading at the top: This is causing grief to some browsers (IE6 and Firefox) in that some of the CSS layout properties aren't working (document.body.scrollTop is always 0). I'm not sure i

Re: Lost my

2005-07-03 Thread Thomas Hilbig
--- Fred Moyer <[EMAIL PROTECTED]> wrote: > Are you setting $r->content_type('text/xml')? If > you post a code > snippet that might give us some insight into what > the problem is. > The actual CGI script uses the standard Lincoln Stein library under MP2, and not yet taking advantage of MP2 cod

Re: Lost my

2005-07-02 Thread Fred Moyer
Thomas Hilbig wrote: > Since updating to mp2.0.0 and httpd 2.0.54, my CGI > scripts no longer include the heading at the top: > This is something usually added by my PerlResponseHandler. If I'm using XML::LibXML to generate the response, the document type declaration is added automatically. Ar

Lost my

2005-07-01 Thread Thomas Hilbig
Since updating to mp2.0.0 and httpd 2.0.54, my CGI scripts no longer include the heading at the top: This is causing grief to some browsers (IE6 and Firefox) in that some of the CSS layout properties aren't working (document.body.scrollTop is always 0). I'm not sure if there is an httpd, mp2