Re: xpath_array with namespaces support

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: nikolay(at)samokhvalov(dot)com
Cc: Bruce Momjian <bruce(at)momjian(dot)us>, Peter Eisentraut <peter_e(at)gmx(dot)net>, pgsql-patches(at)postgresql(dot)org
Subject: Re: xpath_array with namespaces support
Date: 2007-04-10 13:17:48
Message-ID: 461B8E7C.1040603@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Peter Eisentraut 2007-04-10 15:19:39 Re: xpath_array with namespaces support
Previous Message Nikolay Samokhvalov 2007-04-10 12:01:28 Re: xpath_array with namespaces support