On 1/16/2010 18:40, Dan Kegel wrote:
http://xmlsoft.org/threads.html says it's only a problem if the same document is being parsed by both threads. The trouble scenario seems unlikely, offhand.
Yes, it seems so. There should be a problem sharing documents cause msxml and xmllite don't have file handles to share, and xmllite doesn't even know a filename.
What I was looking at was xmlParserMaxDepth global variable. For xmllite it should be configurable per reader instance, it's not possible now of course. I'm going to file an feature request to libxml2 guys to make it per parser context.