xpath_bool_ns() and xml2

From: "Tobias Anstett" <tobias(dot)anstett(at)iaas(dot)uni-stuttgart(dot)de>
To: <pgsql-general(at)postgresql(dot)org>
Subject: xpath_bool_ns() and xml2
Date: 2008-09-04 13:21:01
Message-ID: 004f01c90e91$138e9d10$3aabd730$@anstett@iaas.uni-stuttgart.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi,

does anybody know how to use the xml2 function xpath_bool with namespaces.

I have used this function successfully as long as my xml documents haven't
contained namespaces. I searched with google and found some readme file
where the function xpath_bool_ns was available that would probably resolve
my namespace aware xml xpath issue, but this function isn't contained in the
pqxml.dll that comes with postgres 8.3.3.

Can anybody help me or point some other solution ? I just want to do some
xpath queries on a table column that returns a Boolean as result.

Cheers, Tobias

Browse pgsql-general by date

  From Date Subject
Next Message Alvaro Herrera 2008-09-04 14:09:26 Re: Changes for version 8.4
Previous Message Tobias Anstett 2008-09-04 13:15:26 xml2 vs XMLFunctions