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