Re: xpath_array with namespaces support - Mailing list pgsql-patches

From Andrew Dunstan
Subject Re: xpath_array with namespaces support
Date
Msg-id 461B8E7C.1040603@dunslane.net
Whole thread Raw
In response to Re: xpath_array with namespaces support  ("Nikolay Samokhvalov" <samokhvalov@gmail.com>)
Responses Re: xpath_array with namespaces support  (Peter Eisentraut <peter_e@gmx.net>)
List pgsql-patches
Nikolay Samokhvalov wrote:
>
>  6. (bugfix) Work with fragments with prologue: select xpath('/a',
> '<?xml version="1.0"?><a /><b />'); // now XML datum is always wrapped
> with dummy <x>...</x>, XML prologue simply goes away (if any).
>

Is that legal XML?  I though only documents could have prologs.

cheers

andrew

pgsql-patches by date:

Previous
From: "Nikolay Samokhvalov"
Date:
Subject: Re: xpath_array with namespaces support
Next
From: Peter Eisentraut
Date:
Subject: Re: xpath_array with namespaces support