On Saturday, 20. September 2003 14:35, Tod Harter wrote: > Well.... > > I see what you mean, though its odd that the error you get is EXACTLY what > I get when I need node-set(). I think that the problem may be that you > cannot say "document('/gcgi/left.cgi')/" because the result from document() > is a result-tree-fragment. Honestly it seems like result-tree-fragments in
Sorry, that's wrong. Read the specs, the document() function returns a perfectly normal node set. however, Vaclav's suspicion is right: > On Saturday 20 September 2003 04:18 am, Vaclav Barta wrote: > > On Saturday 20 September 2003 12:10 am, Tod Harter wrote: > > I think the problem is that AxKit fails to parse /gcgi/left.cgi because > > it reads it as a file. Is there some configuration setting (I thought > > about AxStyleProvider but which provider should I use?) making AxKit to > > go through Apache when fetching URLs? Exactly, AxKit parses the file as file. AxKit doesn't execute CGI's. Using axkit:// URLs, you can execute other AxKit pages and include the results, but I think this won't work with CGI. You may try http://localhost/gcgi/left.cgi instead, which will ask your apache via HTTP. -- CU Joerg PGP Public Key at http://ich.bin.kein.hoschi.de/~trouble/public_key.asc PGP Key fingerprint = D34F 57C4 99D8 8F16 E16E 7779 CDDC 41A4 4C48 6F94 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]