Re: [PATCHES] Updated version of contrib/xml (at last)

2004-03-05 Thread John Gray
On Thu, 2004-03-04 at 23:29 -0500, Bruce Momjian wrote: Christopher Kings-Lynne wrote: Bruce Momjian wrote: I moved your new version into /contrib/xml2, and kept /contrib/xml unchanged. There's just one last thing - are both xml and xml2 totally disjoint? eg. is it

[PATCHES] contrib/xml2 function name change and minor bitrot fix

2004-03-07 Thread John Gray
Hi, I've done a bit of testing now and it seems that both sets of XML functions will coexist in the same database (they both load OK and I can use functions from both without any apparent problem). I have changed the name of the new parse function to xml_valid and fixed a reference to SortMem

[PATCHES] Updated version of contrib/xml (at last)

2004-06-10 Thread John Gray
(I have only one platform, so my testing in that line is non-existent). Regards John -- John Gray, Azuli IT [EMAIL PROTECTED] ---(end of broadcast)--- TIP 3: if posting/reading through Usenet, please send an appropriate subscribe-nomail

[PATCHES] Minor patch to contrib/xml2

2005-01-09 Thread John Gray
is applied to an invalid document. The change just ensures that the early exit (on NULL input) from the pgxml_result_to_text function calls xmlCleanupParser, as the main exit does. Regards John Gray Index: contrib/xml2/xpath.c

Re: [PATCHES] [GENERAL] pgxml xpath_table

2006-08-22 Thread John Gray
On Mon, 2006-08-21 at 23:38 -0400, Bruce Momjian wrote: [snip] FYI, I have not seen a patch for this yet. Thanks for prodding me to submit it. Attached is the documentation patch, based on Phillipe's example. Regards John Index: contrib/xml2/README.xml2