Hmm, I'm encountering this now. I can't even display a regular xml 
file... I do have a <?xml...?> declaration, and the file extension is 
definitely .xml

I guess the jist of it is that somehow, GetMatchingProcessors() is 
returning an empty list. I pretty much have the same config as the 
original poster, i.e.:

    PerlModule AxKit
    AddHandler axkit .xml
    AxDebugLevel 10

Any pointers? If somebody gives me a hint as to where these things are 
supposed to be set and what not I could chase it down and collect more 
info...

--d

Robin Berjon wrote:
> On Monday 04 March 2002 23:19, Pavel Penchev wrote:
> 
>>I'm just starting with xsp and I have a problem - I get DECLINED when I try
>>an .xsp page. These are the config files:
>>
>>this is the page I call - it's from the examples:
>>
>><xsp:page xmlns:xsp="http://www.apache.org/1999/XSP/Core";
>>        xmlns="uri://axkit.org/NS/MyHomePage"
>>        language="Perl">
> 
> 
> Not sure, but try adding an XML declaration at the top of the page. It could 
> be Apache::MimeXML thinking it's not XML and declining because of that.
> 




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

Reply via email to