Re: what is way to specify a DOCTYPE for output from SQL/XML

From: John R Pierce <pierce(at)hogranch(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: what is way to specify a DOCTYPE for output from SQL/XML
Date: 2011-05-10 16:25:36
Message-ID: 4DC96700.6000501@hogranch.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(....) ....

?

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Pavel Stehule 2011-05-10 16:28:36 Re: what is way to specify a DOCTYPE for output from SQL/XML
Previous Message Pavel Stehule 2011-05-10 16:07:01 what is way to specify a DOCTYPE for output from SQL/XML