1. I've now produced an updated version (and called it 0.2) of my XML

Bruce Momjian <bruce@momjian.us>

Commit: 5950a984a7478ff877c89632b3792498a38d0c70
Author: Bruce Momjian <bruce@momjian.us>
Date: 2001-08-21T00:39:20Z
Releases: 7.2.1
1. I've now produced an updated version (and called it 0.2) of my XML
parser interface code. It now uses libxml2 instead of expat (though I've
left the old code in the tarball). This means *proper* XPath support, and
the provided function allows you to wrap your result set in XML tags to
produce a new XML document.

John Gray

Files

PathChange+/−
contrib/xml/Makefile modified +8 −6
contrib/xml/pgxml.source modified +1 −1
contrib/xml/README modified +65 −25
contrib/xml/TODO modified +40 −45