[HACKERS] Using a C++ library in PostgreSQL

2009-07-19 Thread Xin Wang
Hi all, My research project is based on PostgreSQL. I want to get the Post-Schema-Validation-Infoset (PSVI) of an XML document being stored. However, the current libxml2 library does not support PSVI at all. So I have to use the Xerces C++ library in PostgreSQL. But I wonder if it is possible

Re: [HACKERS] Using a C++ library in PostgreSQL

2009-07-19 Thread Sam Mason
On Sun, Jul 19, 2009 at 10:13:35PM +0800, Xin Wang wrote: My research project is based on PostgreSQL. I want to get the Post-Schema-Validation-Infoset (PSVI) of an XML document being stored. However, the current libxml2 library does not support PSVI at all. So I have to use the Xerces C++