[xml] Clearing nsDef after xmlDocCopyNode

2011-05-12 Thread Bruce Cartland
I'm using xmlDocCopyNode to clone a node from one document into another In the source node * ns value is set to the namespace * nsDef is NULL After xmlDocCopyNode: In the destination node (newnode) * ns value is set to the namespace * nsDef is set to the same as ns The namespace is already

Re: [xml] correct version of libxml2

2011-05-12 Thread Floodeenjr, Thomas
Subject: RE: correct version of libxml2 Daniel, After having removed calls to xmlCleanupParser() to fix the crash on UNIX, we now get this exception on Windows while exiting our application. This leads to a crash. If we put the call back in to xmlCleanupParser(), the exception and crash go