|
|
| Problems? Is your data what you think it is? | |
| PerlMonks |
Deep recursion error using LibXMLby mertserger (Curate) |
| on Dec 30, 2010 at 11:20 UTC ( [id://879774]=perlquestion: print w/replies, xml ) | Need Help?? |
|
mertserger has asked for the wisdom of the Perl Monks concerning the following question:
I provide support for a large dictionary editing project working with XML data. As part of this, I have to maintain some Perl programs which are used to check for errors in the content of the entries which cannot be found by parsing against an XML DTD. The scripts use XML Twig and LibXML. We have recently found that these content validation scripts generate a "deep recursion" warning when run against one particular entry:
I think the script is running correctly apart from this warning as it finds errors in the entry including some near the end (previous Perl errors have caused the script to bail out before finding every error) One option I am considering is to switch it off but adding "no warnings 'recursion';" to the script does not turn the warning off. So my questions are:
Back to
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||