Tom Schindl wrote:
Francesc Guasch wrote:

Hi. I want to use the Axkit and Mason. Mason runs fine, but I got this error when I try to access to an AxKit page:


Hi Tom, thank you for answering me.

Can you show me the line 282 in your Provider.pm? On my system the error at this position doesn't make any sense.

 my @xml_stylesheet = @{$bits->[0]};

The context :

    if ($@) {
        my $strref = $self->get_strref();
        AxKit::Debug(4, "calling xs_get_styles_str()");
        $bits = xs_get_styles_str($self->apache_request, $$strref);
    }

    my @xml_stylesheet = @{$bits->[0]};
    my %attribs = @{$bits->[2]};
    my $element = $bits->[1];

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



Reply via email to