http://qs321.pair.com?node_id=879792


in reply to Re^2: Deep recursion error using LibXML
in thread Deep recursion error using LibXML

I typically do following steps in such situation:

1. Write the simplest code to product the same effect (warning in your case). You would exactly know which part of the code warns you.

2. Write the simplest data to product the same effect. Perhaps one element with deepish descendants could proof your idea.