OK, That did it.

I went to /etc/mime.types and added xml and xsp to the xml type.

I have never modified that file, and I have never really read that
anywhere....

Thanks

Today, Piers Harding wrote:

>
> Err - I think you need to add a mime type for .xsp to declare that it is
> really ".xml".
>
> Cheers.
>
>
> On Wed, Jul 17, 2002 at 09:00:55AM -0400, John R. Brewster wrote:
> >
> > I am getting the following results in my error_log
> >
> >
> > ********Date, time  and client removed for easier read
> >
> > [warn] [AxKit] handler called for /testing/TEST/XSPTEST/t.xsp
> > [warn] [AxKit] checking if we process this resource
> > [warn] [AxKit] '/data1/www/html/testing/TEST/XSPTEST/t.xsp' not recognised as XML
> > [warn] [AxKit] provider declined
> >
> > I have the following set in http.conf
> > Global:
> >
> > PerlModule AxKit
> > PerlSetVar AxXPSInterpolate 1
> >
> > # add the following only if you intend to install Sablotron
> > AxAddStyleMap   text/xsl                Apache::AxKit::Language::Sablot
> > AxAddStyleMap   application/x-xsp       Apache::AxKit::Language::XSP
> > AxAddStyleMap   application/x-xpathscript Apache::AxKit::Language::XPathScript
> >
> >
> > and in <DIRECTORY ...> Tag I have
> >
> >         SetHandler      perl-script
> >         PerlHandler     AxKit
> >
> >         AddHandler axkit .xsp .xml
> >
> >         AxAddXSPTaglib  AxKit::XSP::Param
> >         AxAddXSPTaglib  AxKit::XSP::ESQL
> >
> >         AxCacheDir /tmp/axkit/cachedir
> >         AxDebugLevel 10
> >         AxLogDeclines On
> >
> >     .
> >     .
> >     .
> > </DIRECTORY>
> >
> > What am I missing.
> >
> > I am wanting to use XSP to access mysql and render XML.  At the moment,
> > it works pretty good with xml flat files, but I want to move them to
> > a db soon.
> >
> > John
> >
> > --------------------------------------------------------------------------------
> > John R. Brewster
> > Director Software Testing Department
> > Mediation Group
> >
> > Intec Telecom Systems            WWW: http://www.intec-telecom-systems.com
> > Building G, 4th Floor         E-Mail: [EMAIL PROTECTED]
> > 5775 Peachtree-Dunwoody Road   Voice: 404 705.2818 / 2800
> > Atlanta, GA 30342                Fax: 404 705.2805
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
>

--------------------------------------------------------------------------------
John R. Brewster
Director Software Testing Department
Mediation Group

Intec Telecom Systems            WWW: http://www.intec-telecom-systems.com
Building G, 4th Floor         E-Mail: [EMAIL PROTECTED]
5775 Peachtree-Dunwoody Road   Voice: 404 705.2818 / 2800
Atlanta, GA 30342                Fax: 404 705.2805


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

Reply via email to