Re: what is way to specify a DOCTYPE for output from SQL/XML - Mailing list pgsql-general

From John R Pierce
Subject Re: what is way to specify a DOCTYPE for output from SQL/XML
Date
Msg-id 4DC96700.6000501@hogranch.com
Whole thread Raw
In response to what is way to specify a DOCTYPE for output from SQL/XML  (Pavel Stehule <pavel.stehule@gmail.com>)
Responses Re: what is way to specify a DOCTYPE for output from SQL/XML  (Pavel Stehule <pavel.stehule@gmail.com>)
List pgsql-general
On 05/10/11 9:07 AM, Pavel Stehule wrote:
> Hello
>
> I would to append a doctype declaration to result of xmlelement function.

like,

     select '<!DOCTYPE........>' || xmlelement(....) ....


?

pgsql-general by date:

Previous
From: Pavel Stehule
Date:
Subject: what is way to specify a DOCTYPE for output from SQL/XML
Next
From: Pavel Stehule
Date:
Subject: Re: what is way to specify a DOCTYPE for output from SQL/XML