Fixed record logging on Windows (-d).
authorAdam Dickmeiss <adam@indexdata.dk>
Tue, 21 Oct 2008 14:37:17 +0000 (16:37 +0200)
committerAdam Dickmeiss <adam@indexdata.dk>
Tue, 21 Oct 2008 14:37:17 +0000 (16:37 +0200)
commit6518f2160a4dfcd5e521f9beb3310ad16c5acf05
tree75ab56f4bbe6b8a25e0c34c14e4b1d75d7c6d5b9
parentdbfdc896b3613efda66ca9ddcbf9863ee2e8817e
Fixed record logging on Windows (-d).

Fixed record logging on Windows (-d). Passing a FILE* between DLLs
using different C-runtimes is problematic (read does not work).
So we are using xmlDocDumpFormatMemory instead of xmlDocFormatDump .
src/logic.c