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

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 20

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 prob

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

Re: Query String Variables

2003-10-09 Thread Alex Greg
Thomas Schindl wrote: This is the correct version as Robin explained in his reply: All params are read are stored into a "global" variable and you can access it within the complete xsl. 8< Hi, After my previous comments about getting this to work, it un

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 tags in an .xml file and AxAddProcessor directives in httpd.conf? My specific question is this: are all AxAddProcessor (and ) directives ignored once a file is determined to have its own stylesheet tags? I'm tryin