Re: Allow backend to output result sets in XML

Поиск
Список
Период
Сортировка
От Scott Lamb
Тема Re: Allow backend to output result sets in XML
Дата
Msg-id D6802494-4D50-11D8-B400-000A95891440@slamb.org
обсуждение исходный текст
Ответ на Re: Allow backend to output result sets in XML  (Peter Eisentraut <peter_e@gmx.net>)
Список pgsql-hackers
On Jan 21, 2004, at 12:19 PM, Peter Eisentraut wrote:
> I think "output XML" is just buzz.  Give us a real use scenario and an
> indication that a majority also has that use scenario (vs. the other
> ones listed above), then we can talk.

I do this all the time.

I have JDBC code to take a java.sql.ResultSet and push out SAX events 
in a standard schema. I also have a XSLT stylesheet that formats them 
in a decent way. In this manner, it's very easy for me to make 
database-driven webpages. I can inherit the "normal" stylesheet and 
then just code the exceptions.

However, I'm quite happy doing this on the client side. I'm not sure 
why it would be beneficial to do this as part of the PostgreSQL server.

Scott Lamb



В списке pgsql-hackers по дате отправления:

Предыдущее
От: "Rob Butler"
Дата:
Сообщение: Re: [pgsql-hackers-win32] What's left?
Следующее
От: Tom Lane
Дата:
Сообщение: Re: What's left?