msxml3: Always have a libxml doc associated with a domdoc object, even if the object...
commit54c85d3d044127bfc946de75e53f9c7ac3acf8d3
authorHuw Davies <huw@codeweavers.com>
Tue, 27 Jun 2006 09:54:40 +0000 (27 10:54 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 27 Jun 2006 19:14:02 +0000 (27 21:14 +0200)
treee423d28a52b32c1bdce6564e1602c94c11a34bf4
parent3c56550ea5141b48ec19a7a44b3e49f0bf7c6b2e
msxml3: Always have a libxml doc associated with a domdoc object, even if the object has no nodes.

This means we don't need to add checks for NULL libxml node ptrs in our node implementation.
dlls/msxml3/domdoc.c
dlls/msxml3/tests/domdoc.c