Paul Lieberman wrote:

<snip/>

> 
> If I enable AxKit then I get the perl code of the CGI file itself
> (bad!). The error log shows AxKit 'not recognised as XML' and 'provider
> declined' .
> How can I get CGI scripts and AxKit working at the same time?

What if you just limit the scope of what AxKit tries to process within
that host? e.g.:

<FilesMatch "\.(xml|xsp|axp)">
  SetHandler axkit
</FilesMatch>

or whatever works best within your requirements...

-kip
-- 
print join ' ', map { ucfirst($_->getFirstChild->getData)}
XML::LibXML->new()->parse_string(join '', pack "c*", (60, 122, 62, 60,
97, 62, 106, 117, 115, 116, 60, 47, 97, 62, 60, 98, 62, 97, 110, 111,
116, 104, 101, 114, 60, 47, 98, 62, 60, 99, 62, 112, 101, 114, 108, 60,
47, 99, 62, 60, 100, 62, 88, 77, 76, 60, 47, 100, 62, 60, 101, 62, 104,
97, 99, 107, 101, 114, 60, 47, 101, 62, 60, 47, 122,
62))->findnodes('//*[name() != "z"]')->get_nodelist;

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

Reply via email to