Can't coerce GLOB to string in entersub at /usr/local/lib/perl5/site_perl/5.6.1/i686-linux/XML/LibXSLT.pm line 88. XML::LibXSLT::parse_stylesheet('XML::LibXSLT=HASH(0x8cc31e0)', 'XML::LibXML::Document=SCALAR(0x8c5d6f4)') called at /home/seeker/Omnibase/lib/Omnibase/UI/Web.pm line 93
Line 88 ---> require XML::LibXSLT; Line 93 ---> my $xslt = new XML::LibXSLT; it is the most current version XML::LibXSLT and this is not being ran as a standalone script. -----Original Message----- From: Rob Dixon [mailto:[EMAIL PROTECTED] Sent: Thursday, June 12, 2003 2:59 PM To: [EMAIL PROTECTED] Subject: Re: XML::LibXSLT problem 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] -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]