↧
Answer by Phil Goetz for Why does XML:Simple complain that "No element found"?
A better question would be, Given an error of that nature, how can you find where the error in the data file is? It gives a line number and column number, but in most cases the column number will be in...
View ArticleAnswer by brabster for Why does XML:Simple complain that "No element found"?
Need a closing customer-data tag at the end of the document to make it well formed. That's why the parser barfs at the end of the file.
View ArticleWhy does XML:Simple complain that "No element found"?
I'm trying to execute a simple Perl program that uses XML::Simple to print out the data from an XML file.However, the error I'm getting is :no element found at line 15, column 0, byte 308 at...
View Article