Subject: | axkit fails after displaying <xsl:message> |
This is in today's SVN (2006-08-28). In AxKit 1.7, I can use
<xsl:message>some message</xsl:message> and the message will show up in
my error log. Now, the message shows up and then processing fails and I
get a 500 error with this in the error_log:
[Mon Aug 28 22:24:57 2006] [error] [client 127.0.0.1] [AxKit] From:
/opt/local/lib/perl5/site_perl/5.8.8/darwin-2level/Apache/AxKit/Exception.pm
: 24
Also, the xsl:messages should each be displayed on a separate line,
right now multiple messages are showing up in the log separated by "\n".
% perl -v
This is perl, v5.8.8 built for darwin-2level
% xsltproc -V
Using libxml 20623, libxslt 10115 and libexslt 812
xsltproc was compiled against libxml 20623, libxslt 10115 and libexslt 812
libxslt 10115 was compiled against libxml 20623
libexslt 812 was compiled against libxml 20623
% httpd -v
Server version: Apache/1.3.37 (Darwin)
Server built: Aug 25 2006 17:09:24
% uname -a
Darwin Simons-TiBook.local 8.7.0 Darwin Kernel Version 8.7.0: Fri May 26
15:20:53 PDT 2006; root:xnu-792.6.76.obj~1/RELEASE_PPC Power Macintosh
powerpc
--simon