In the hope to be useful for others who may later read this, here a quick explanation of remarkable log entries:
On Monday, 23. December 2002 03:28, Daniel Cisowski wrote: > [Mon Dec 23 03:14:35 2002] [warn] [client 192.168.10.200] > [AxKit] fast handler called for /test.xml This is a good sign: the newer C-based handler is being used. This also means that some SetHandler or AddHandler directive is in place and working. > [Mon Dec 23 03:14:35 2002] [warn] [client 192.168.10.200] > [AxKit] media: screen, preferred style: #default > [Mon Dec 23 03:14:35 2002] [warn] [client 192.168.10.200] > [AxKit] Cache: key = 9b8a7e1a8a4bf7d4340aeec65cdf8f80 > [Mon Dec 23 03:14:35 2002] [warn] [client 192.168.10.200] > [AxKit] getting styles and external entities from the XML > [Mon Dec 23 03:14:35 2002] [warn] [client 192.168.10.200] > [AxKit] styles not cached - calling $provider->get_styles() > [Mon Dec 23 03:14:35 2002] [warn] [client 192.168.10.200] > [AxKit] get_styles: creating XML::Parser Again a good sign: This means that AxKit indeed accepted to process the file. Nowadays this is seldom a problem, but it has been back in the 1.5 days. But here is also the problem: it is using XML::Parser to get the stylesheet PI's (<?xml-stylesheet foobar?>) from the file, while it should say something about xs_get_styles, which uses libxml for faster operation. That's not exactly a problem, but it means that libxml or XML::LibXML is not correctly installed, which is a Bad Thing(tm). As a consequence, XML::LibXSLT is likely to fail as well. Check if your versions of XML::LibXML and XML::LibXSLT are up-to-date and that AxKit finds them at compile time. > Best wishes from the North of Germany & Merry Christmas Best wishes back from far away (northern Germany :) and likewise, season's greetings to you. -- 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]
