Hi!
I got a problem with XSP after upgrading from AxKit 1.5 to 1.6. I use the 
TaglibHelper module to define taglibs, all my functions return xml, so the 
declaration looks something like "my_function():as_xml=1". With AxKit 1.5 
everything was fine, now I got "Internal server errors" and log entries like:

[AxKit] [Error] Empty String at 
/usr/lib/perl5/site_perl/5.6.0/i386-linux/XML/LibXML.pm line 671

when the function returns. After deleting the "as_xml" entry everything is OK. 
Whats wrong? Any changes between the TaglibHelper in 1.5 and 1.6 that I 
missed? I use LibXML 1.52, line 671 is the "parse_xml_chunk" call:

------------------------- from LibXML -------------------------------
sub appendWellBalancedChunk {
    my ( $self, $chunk ) = @_;

    my $local_parser = XML::LibXML->new();
    my $frag = $local_parser->parse_xml_chunk( $chunk );

    $self->appendChild( $frag );
}
------------------------------------------------------------------------

I hope you can help me.

Greetings

Peter Bouda, [EMAIL PROTECTED]


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

Reply via email to