12 Mar
2012
12 Mar
'12
11:53 a.m.
On 3/12/2012 18:44, Alexandre Julliard wrote:
Piotr Caban<piotr(a)codeweavers.com> writes:
--- dlls/msxml3/xmlview.c | 908 ++++++++++++++++++++++++++++++++++++++++++++++++- 1 files changed, 904 insertions(+), 4 deletions(-) This doesn't build without libxml (missing domdoc functions).
This also kind of breaks implementation separation. You're doing a CoCreateInstance() and calling internal function in the same time, that relies on domdoc implementation. Why not to load it from url directly?