Re: xpath processing brain dead

From: James Pye <lists(at)jwp(dot)name>
To: Peter Eisentraut <peter_e(at)gmx(dot)net>
Cc: Andrew Dunstan <andrew(at)dunslane(dot)net>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>, Nikolay Samokhvalov <samokhvalov(at)gmail(dot)com>
Subject: Re: xpath processing brain dead
Date: 2009-02-27 00:19:17
Message-ID: B7BC9CD6-2FC8-4306-8B27-459852761C72@jwp.name
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Feb 26, 2009, at 9:37 AM, Peter Eisentraut wrote:
> It's not about ill-formed pieces, it is about (well-formed) content
> fragments that are not full documents (exactly one root element).
> libxml2 doesn't support xpath on content fragments.

exslt:node-set() to the rescue? Or is that/equivalent functionality
not easily accessed at the C-level with libxml2?

http://www.exslt.org/exsl/functions/node-set/index.html

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andrew Dunstan 2009-02-27 00:41:02 Re: xpath processing brain dead
Previous Message Robert Haas 2009-02-26 22:31:42 Re: xpath processing brain dead