Re: Re: [HACKERS] XML schema validation - Mailing list pgsql-hackers

From Mike Fowler
Subject Re: Re: [HACKERS] XML schema validation
Date
Msg-id 4CB8698A.4050205@mlfowler.com
Whole thread Raw
In response to Re: [HACKERS] XML schema validation  (Tomáš Pospíšil <killteck@seznam.cz>)
List 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



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: [JDBC] Support for JDBC setQueryTimeout, et al.
Next
From: Mike Fowler
Date:
Subject: Re: First patch proposal