RE: LibXML help

2007-05-15 Thread Tony Heal
: Tony Heal [mailto:[EMAIL PROTECTED] > Sent: Monday, May 14, 2007 10:12 PM > To: beginners@perl.org > Subject: RE: LibXML help > > That is the file that I confirmed is readable. > > In fact I swapped lines 16 and 18 and the error moved to line 18. I have also > written a

RE: LibXML help

2007-05-14 Thread Tony Heal
orry for the mis-sent email Tom > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Tom Phoenix > Sent: Monday, May 14, 2007 9:15 PM > To: [EMAIL PROTECTED] > Cc: beginners@perl.org > Subject: Re: LibXML help > > On 5/14/07, Tony He

Re: LibXML help

2007-05-14 Thread Tom Phoenix
On 5/14/07, Tony Heal <[EMAIL PROTECTED]> wrote: When I run this, I get 'No such file or directory at /usr/lib/perl5/XML/ LibXML.pm line 518. at ./temp.pl line 16'. I have confirmed that the file exists and is readable. The file named there is not the one that doesn't exist; that's the source

Re: LibXML help

2007-05-14 Thread Chas Owens
On 5/14/07, Tony Heal <[EMAIL PROTECTED]> wrote: When I run this, I get 'No such file or directory at /usr/lib/perl5/XML/LibXML.pm line 518. at ./temp.pl line 16'. I have confirmed that the file exists and is readable. snip If both the xml and xsl files exist and are readable to the user who

RE: LibXML help

2007-05-14 Thread Tony Heal
Oops. BTW line 16 is my $source = $parser->parse_file( '/usr/local/twikixconf/tmpxconf/epace/src/conf/epace.xconf' ); Tony > -Original Message- > From: Tony Heal [mailto:[EMAIL PROTECTED] > Sent: Monday, May 14, 2007 8:40 PM > To: beginners@perl.o

LibXML help

2007-05-14 Thread Tony Heal
When I run this, I get 'No such file or directory at /usr/lib/perl5/XML/LibXML.pm line 518. at ./temp.pl line 16'. I have confirmed that the file exists and is readable. How do I T/S this? Tony #!/usr/bin/perl use warnings; use strict; use XML::LibXSLT; use XML::LibXML; su