Piotr Caban piotr@codeweavers.com writes:
dlls/msxml3/xmlview.c | 908 ++++++++++++++++++++++++++++++++++++++++++++++++- 1 files changed, 904 insertions(+), 4 deletions(-)
This doesn't build without libxml (missing domdoc functions).
On 3/12/2012 18:44, Alexandre Julliard wrote:
Piotr Cabanpiotr@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?