Hi,
I am using libgdome2-ocaml to parse some XML files which can be very
deeply nested. libxml2 is barfing because xmlParserMaxDepth = 1024,
which is not big enough. (The XML file in question has a depth of almost
2000.)
xmlParserMaxDepth is an unsigned int defined in parser.c of libxml2
sources. I'm not entirely sure if this should be considered a bug in
gmetadom (because there isn't a function to change the value), or a bug
in libxml2 if you aren't supposed to be changing the value.
I'm mostly reporting it here because I want any fixes to make their way
over here.
Ivan