Re: AxAddProcessor vs. StylePI

2003-10-09 Thread Kip Hampton
Nathan Schroeder wrote: Am I right in thinking there's no way to mix and match ? xml-stylesheet ? tags in an .xml file and AxAddProcessor directives in httpd.conf? My specific question is this: are all AxAddProcessor (and AxAddStyle) directives ignored once a file is determined to have its

BasicSession question

2003-10-09 Thread joe
I'm having a bit of trouble setting up AxKit::XSP::BasicSession -- sessions don't seem to be maintained from one page load to the next. my httpd.conf includes AxAddPlugin Apache::AxKit::Plugin::BasicSession AxAddXSPTaglib AxKit::XSP::BasicSession PerlSetVar BasicSessionDataStore DB_File

Provider problems

2003-10-09 Thread Christian Jaeger
It seems this mail hasn't made it to the list. Cheers Christian. Date: Tue, 7 Oct 2003 14:45:09 +0200 To: [EMAIL PROTECTED] From: Christian Jaeger [EMAIL PROTECTED] Subject: Provider problems Hello I'm having many troubles and unclarities about providers. The attached provider solves this

Never mind my earlier BasicSession question

2003-10-09 Thread joe
Shortly after I sent the previous note, I read the README file for BasicSession, which I'd never run into before since I'd installed via CPAN and had been going by the perldoc, which seems to be out of date. I'm now following the readme directions and getting expected behavior. On Thu, 09 Oct

Re: Provider problems

2003-10-09 Thread Christian Jaeger
At 21:38 Uhr +0200 09.10.2003, Christian Jaeger wrote: sub get_styles { my $self=shift; if ($$self{cjfile_media} eq 'html') { $$self{apache}-content_type(text/html); } my $res= $myowntypemap{ $$self{cjfile_sourcetype} }{$$self{cjfile_media}}; if (!$res) { warn