Re: XML::LibXSLT problem

2003-06-12 Thread Rob Dixon
Ryan wrote: > 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 l

RE: XML::LibXSLT problem

2003-06-12 Thread Ryan
03 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/

Re: XML::LibXSLT problem

2003-06-12 Thread Rob Dixon
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)

XML::LibXSLT problem

2003-06-12 Thread ryan
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})