Thread

Posted on Thu Feb 14 04:50:01 2008 by burstwebsolutions
SAX.pm Error
I'm trying to open an XML file using XML-Simple and getting the following error message. We've reinstalled XML-SAX, XML-Simple and Perl with no luck. Any ideas? Thanks!

-- ERROR --
Extra content at the end of the document at /usr/lib/perl5/site_perl/5.8.8/i686-linux/XML/LibXML/SAX.pm line 64
at /usr/lib/perl5/site_perl/5.8.8/XML/Simple.pm line 362

-- CODE --
use XML::Simple; $xml = new XML::Simple; $data = $xml->XMLin('feed.xml');
Direct Responses: 7099 | Write a response
Posted on Thu Feb 14 05:52:35 2008 by grantm in response to 7098
Re: SAX.pm Error
What happens when you give XMLin() some data without extra content on the end?
Write a response