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

Поиск
Список
Период
Сортировка
От John R Pierce
Тема Re: what is way to specify a DOCTYPE for output from SQL/XML
Дата
Msg-id 4DC96700.6000501@hogranch.com
обсуждение исходный текст
Ответ на what is way to specify a DOCTYPE for output from SQL/XML  (Pavel Stehule <pavel.stehule@gmail.com>)
Ответы Re: what is way to specify a DOCTYPE for output from SQL/XML  (Pavel Stehule <pavel.stehule@gmail.com>)
Список 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 по дате отправления:

Предыдущее
От: Pavel Stehule
Дата:
Сообщение: what is way to specify a DOCTYPE for output from SQL/XML
Следующее
От: Pavel Stehule
Дата:
Сообщение: Re: what is way to specify a DOCTYPE for output from SQL/XML