On Thursday 10 February 2005 23:56, Kjetil Kjernsmo wrote: > [Thu Feb 10 23:14:54 2005] [error] [client 127.0.0.1] [AxKit] [Error] > Resource temporarily unavailable > at /usr/local/lib/perl/5.8.4/Apache/AxKit/Language/LibXSLT.pm line 124.\n
Hmm, I guess no responses means that this is hard... This error is reproducable, but I have not managed to produce a simple example. It happens when I load something given by my Apache::AxKit::Provider::File::Formatter (which is on CPAN) using the document() function of XSLT. Problem is, I also have something that works that really does almost the same thing as the non-working example... I'm not seeing entirely the same message anymore, now it is: [Mon Feb 14 21:01:42 2005] [error] [client 127.0.0.1] [AxKit] [Error] http://www.w3.org/TR/html4/strict.dtd:81: at /usr/local/lib/perl/5.8.4/Apache/AxKit/Language/LibXSLT.pm line 124. Same line, different message. The line in question is my $results = $stylesheet->transform($xml_doc, @params); i.e. where the transform happens. The problem is, there shouldn't be a transform here at all, there are no stylesheets... A temporary workaround for me would be to reimplement the get_styles method so that it doesn't attempt to transform anything. How can I do that? Perhaps even better if I could make it only use stylesheets from the Apache config, if they are given. In fact, I hoped that setting AxIgnoreStylePI On would do that for me, but it didn't help.... :-( Cheers, Kjetil --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]