Re: XML ouput for psql - Mailing list pgsql-hackers

From Merlin Moncure
Subject Re: XML ouput for psql
Date
Msg-id 303E00EBDD07B943924382E153890E5434A923@cuthbert.rcsinc.local
Whole thread Raw
Responses Re: XML ouput for psql  ("Bob Calco" <robert.calco@verizon.net>)
Re: XML ouput for psql  (Alan Gutierrez <ajglist@izzy.net>)
List 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 by date:

Previous
From: Neil Conway
Date:
Subject: Re: Updateable views...
Next
From: Greg Stark
Date:
Subject: Re: Updateable views...