Re: XML ouput for psql

Поиск
Список
Период
Сортировка
От Merlin Moncure
Тема Re: XML ouput for psql
Дата
Msg-id 303E00EBDD07B943924382E153890E5434A923@cuthbert.rcsinc.local
обсуждение исходный текст
Ответы Re: XML ouput for psql  ("Bob Calco" <robert.calco@verizon.net>)
Re: XML ouput for psql  (Alan Gutierrez <ajglist@izzy.net>)
Список pgsql-hackers
XSLT could be used to convert virtually any xml table format directly
into an insert statement.  For me, this is better than using a
programming language plus a parser.  XSLT is quite powerful and fast and
is build on top of xpath, and is a closer fit to the declarative
programming model of sql.  Validation could be done at the xslt stage or
with schemas, which I prefer.

> Acually, the difficult part has been getting the information back
> into the database. Getting it out is a very simple query. I imagine
> that every language/environment has an SQL->XML library somewhere,
> but I wasn't able to find something that would go from XML to SQL.
>


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

Предыдущее
От: Neil Conway
Дата:
Сообщение: Re: Updateable views...
Следующее
От: Greg Stark
Дата:
Сообщение: Re: Updateable views...