On Dec23, 2013, at 18:39 , Peter Eisentraut <pete...@gmx.net> wrote:
> On 12/19/13, 6:40 PM, Florian Pflug wrote:
>> The following example fails for XMLOPTION set to DOCUMENT as well as for 
>> XMLOPTION set to CONTENT.
>> 
>>  select xmlconcat(
>>    xmlparse(document '<!DOCTYPE test [<!ELEMENT test EMPTY>]><test/>'),
>>    xmlparse(content '<test/>')
>>  )::text::xml;
> 
> The SQL standard specifies that DTDs are dropped by xmlconcat.  It's
> just not implemented.

OK, cool, I'll try to figure out how to do that with libxml

best regards,
Florian Pflug



-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Reply via email to