Re: BUG #15908: Xpath operations fail - Mailing list pgsql-bugs

From Tom Lane
Subject Re: BUG #15908: Xpath operations fail
Date
Msg-id 5496.1563459760@sss.pgh.pa.us
Whole thread Raw
In response to Re: BUG #15908: Xpath operations fail  (Pavel Stehule <pavel.stehule@gmail.com>)
Responses Re: BUG #15908: Xpath operations fail  (Pavel Stehule <pavel.stehule@gmail.com>)
List pgsql-bugs
Pavel Stehule <pavel.stehule@gmail.com> writes:
> čt 18. 7. 2019 v 15:06 odesílatel Daniel Gustafsson <daniel@yesql.se>
> napsal:
>> I haven’t heard of anyone working on that, and it seems unlikely to happen
>> within the near future as few, if any, libraries support XPath 2.0 (or
>> later).

> Only XPath 1.0 is supported by libxml2. And this library is in permanent
> feature freeze mode :-(. Unfortunately, there is not any other library with
> friendly licence available for C language.

Not only that, but libxml2 is a rich source of security bugs.  I wish
we could get rid of that dependency altogether.  Unfortunately,
reimplementing our own xml and xpath functionality from scratch
seems like a large project :-(.  I don't think there's anybody
with sufficient time and interest to do it.

            regards, tom lane



pgsql-bugs by date:

Previous
From: Pavel Stehule
Date:
Subject: Re: BUG #15908: Xpath operations fail
Next
From: Pavel Stehule
Date:
Subject: Re: BUG #15908: Xpath operations fail