This is where I am now

 

If anyone could help on this it would be great.

 

Can't coerce GLOB to string in entersub at /usr/local/lib/perl5/site_perl/5.8.0/i686-linux/XML/LibXSLT.pm line 108.

 

sub parse_stylesheet {

    my $self = shift;

    if (!ref($self) || !$self->{XML_LIBXSLT_MATCH}) {

line 108 à        return $self->_parse_stylesheet(@_);

    }

    local $XML::LibXML::match_cb = $self->{XML_LIBXSLT_MATCH};

    local $XML::LibXML::open_cb = $self->{XML_LIBXSLT_OPEN};

    local $XML::LibXML::read_cb = $self->{XML_LIBXSLT_READ};

    local $XML::LibXML::close_cb = $self->{XML_LIBXSLT_CLOSE};

    $self->_parse_stylesheet(@_);

}

 

Reply via email to