Re: Re: [HACKERS] XML schema validation

From: Mike Fowler <mike(at)mlfowler(dot)com>
To: Tomáš Pospíšil <killteck(at)seznam(dot)cz>
Cc: Robert Haas <robertmhaas(at)gmail(dot)com>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: Re: [HACKERS] XML schema validation
Date: 2010-10-15 14:47:38
Message-ID: 4CB8698A.4050205@mlfowler.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 15/10/10 15:08, Tomáš Pospíšil wrote:
> Hi Robert,
>
> I would like to contribute for community. Under licence used by PostgreSQL.
>
> So is (or was) there anybody with the same interest as me?
>
Yes, I've been looking at improving the XML support overall, or at least
working to finish the implementation of the SQL 2008 XML specification.
Currently I've been looking at implementing XQuery, however I have
recently started to come to the conclusion that Schema validation should
be implemented first as there is some overlap of functionality.

What have you looked at? Do you have an outline design you could share
on how you would go about adding schema validation?

Regrads,

--
Mike Fowler
Registered Linux user: 379787

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Mike Fowler 2010-10-15 14:51:51 Re: First patch proposal
Previous Message Tom Lane 2010-10-15 14:38:54 Re: [JDBC] Support for JDBC setQueryTimeout, et al.