Re: PGXML - Mailing list pgsql-interfaces

From Nick Burch
Subject Re: PGXML
Date
Msg-id Pine.LNX.4.44.0502071413550.2277-100000@localhost.localdomain
Whole thread Raw
In response to PGXML  ("Satheesh Mani" <smani@izarinc.com>)
List pgsql-interfaces
> Is there any other alternative for XML in PostgreSQL 8.0 ?

I'm trying to build the xml2 module myself, but struggling. It seems that 
the development package you get with postgresql for windows doesn't 
contain enough of the header files, and too many of the core functions are 
embeded in exes rather than dlls :(


In response to the other point:

> I see notes in the installer that say "XML/XML2 doesn't compile on win32 
> yet"

There are versions of libxml2 and libxslt available at http://zlatkovic.com/libxml.en.html 
which work fine with mingw and vc++. I've used them in the past to build 
versions of the xml2 module for the UltraSQL port without any issues. 
(They handily provided all the core bits in backend.dll, which you can 
link against)

Nick



pgsql-interfaces by date:

Previous
From: "Mark Crosland"
Date:
Subject: Can you bind output variables?
Next
From: "Dave Page"
Date:
Subject: Re: [ODBC] odbc.sql?