msxml3: Implement createProcessingInstruction with a stub PI object.

Lei Zhang thestig at google.com
Mon Nov 27 19:01:49 CST 2006


Here's a patch that disables domdoc_createProcessingInstruction() when
libxml2 does not have xmlNewDocPI(). Do I need to modify
wine/configure as well?

On 11/27/06, Lei Zhang <thestig at google.com> wrote:
> domdoc.c:domdoc_createProcessingInstruction() uses xmlNewDocPI() from
> libxml2. This feature was added in libxml2 version 2.6.15. (released
> about 2 years ago) Anyone using an older distro with an outdated
> libxml2 (e.x. RHEL 3) will not be able to compile this code.
>
> On 11/16/06, Huw Davies <huw at codeweavers.com> wrote:
> > ---
> >  dlls/msxml3/Makefile.in     |    1
> >  dlls/msxml3/domdoc.c        |   19 +-
> >  dlls/msxml3/msxml_private.h |    1
> >  dlls/msxml3/pi.c            |  544 +++++++++++++++++++++++++++++++++++++++++++
> >  4 files changed, 563 insertions(+), 2 deletions(-)
> >
> >
> >
> >
> >
> >
>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: domdoc.diff
Type: text/x-patch
Size: 1687 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-devel/attachments/20061127/642350e6/domdoc.bin


More information about the wine-devel mailing list