Ryan wrote:
> 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(@_);
>
> }

Hmm. Your previous post said 'line 88' which is right? Can you also show
in your program how you've used this module: the problem's most likely to
be there.

Rob




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

Reply via email to