On 1 Feb, Jeffrey W. Baker wrote:
> Sorry, it is the inheritance diagram from my company's crown jewel
> software. Here is the part of the file that I can show you, though:
It looks ok...
> My libxml went from 0.99.3 to 0.99.5, do you think this might have
> broken it?
It might be. I'll have to upgrade myself and see whats happening.
Some day :)
> (gdb) p doc->root
> $4 = (struct xmlNode *) 0x80b5aa0
> (gdb) p doc->root->name
> $5 = (CHAR *) 0x0
Humm? This seems very strange. The document was loaded, but the root
element has no name!?
/ Alex