msxml3: Implement createProcessingInstruction with a stub PI object.

Lei Zhang thestig at google.com
Mon Nov 27 16:24:45 CST 2006


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(-)
>
>
>
>
>
>



More information about the wine-devel mailing list