Re: XML Issue with DTDs - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: XML Issue with DTDs
Date
Msg-id 52B87559.7090003@gmx.net
Whole thread Raw
In response to XML Issue with DTDs  (Florian Pflug <fgp@phlo.org>)
Responses Re: XML Issue with DTDs
List pgsql-hackers
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.



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: WITHIN GROUP patch
Next
From: Robert Haas
Date:
Subject: Re: shared memory message queues