Re: XML Support related questions

From: Stephane Bortzmeyer <bortzmeyer(at)nic(dot)fr>
To: Brijesh Shrivastav <Bshrivastav(at)esri(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: XML Support related questions
Date: 2008-05-23 12:16:52
Message-ID: 20080523121652.GA13976@nic.fr
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Thu, May 22, 2008 at 11:49:38AM -0700,
Brijesh Shrivastav <Bshrivastav(at)esri(dot)com> wrote
a message of 251 lines which said:

> 2) Is there plan in near future to support XML schema validation i.e
> to ensure inserted xml document conforms to a preregistered set of
> XML schemas.

It seems quite heavy to put this into PostgreSQL. There are at least
three commonly used XML schema languages (four if you consider
Schematron) and the existing free code in C/C++ is far from perfect.

May be starting with a server-side function, as a proof of concept?

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Merlin Moncure 2008-05-23 12:21:34 Re: Is this correct usage of generate_series?
Previous Message Craig Ringer 2008-05-23 11:29:18 Re: F-Secure and PostgreSQL