[Perl-unix-users] XML Parse Error

2009-10-12 Thread Jonathan Dudson
Hello Mailing List, I am currently having issue using XML. Code my $parser = XML::Parser->new(ErrorContext => 2, Style => "Tree"); # make the xml accessable from OO type calls my $xmlobj = XML::SimpleObject->new($parser->parsefile($xml_file_path)); # for every tag

Re: [Perl-unix-users] XML Parse Error

2009-10-12 Thread Bill Luebkert
Jonathan Dudson wrote: > > no element found at line 1, column 0, byte 0: > > at > /usr/lib/perl5/vendor_perl/5.8.8/i586-linux-thread-multi/XML/Parser.pm > line 187 Run the below code and data and see if you get a different result - if so, we can talk about versions and platforms etc: Ran the