wine/dlls/msxml3/tests
Nikolay Sivov 0f3c247e46 msxml3: Properly update xmldoc refcounts on insertBefore().
insertBefore() is able to work on nodes from different documents, so on 
adding child or sibling it's possible that libxml2 switches doc pointer 
for a node, we need to update refcounts to cover that case.
2011-03-07 13:18:55 +01:00
..
domdoc.c msxml3: Properly update xmldoc refcounts on insertBefore(). 2011-03-07 13:18:55 +01:00
Makefile.in
saxreader.c
schema.c msxml3: Null pointer for schema uri should be treated as empty. 2011-02-17 17:27:22 +01:00
xmldoc.c msxml3/tests: Make sure return value is used (LLVM/Clang). 2011-02-10 10:28:01 -06:00
xmlelem.c