Adding XML Schema validation (XMLVALIDATE) - Mailing list pgsql-hackers

From Mike Fowler
Subject Adding XML Schema validation (XMLVALIDATE)
Date
Msg-id 4BF3E021.2070103@mlfowler.com
Whole thread Raw
List pgsql-hackers
Hi,

I'm going to start work on another XML todo item:

"Add XML Schema validation and xmlvalidate function (SQL:2008)"

The standard identifies XMLVALIDATE as:

<XML validate> ::=   XMLVALIDATE <left paren>      <document or content or sequence>      <XML value expression>      [
<XMLvalid according to clause>]      <right paren>
 

so I've got something quite clear to work too. libxml has the required 
support for schema validation so I'll just be wrapping it's 
functionality much like I did for xpath_exists().

Anyone got any thoughts before I get busy?

Thanks,

-- 
Mike Fowler
Registered Linux user: 379787



pgsql-hackers by date:

Previous
From: Simon Riggs
Date:
Subject: Re: Stefan's bug (was: max_standby_delay considered harmful)
Next
From: Boszormenyi Zoltan
Date:
Subject: Re: Synchronous replication patch built on SR