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 <[EMAIL PROTECTED]> wrote:
domdoc.c:domdoc_createProcessingInstruction() uses xmlNewDocPI() from
libxml2. This feature wa
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 <[EMAIL