Prev: Stefan's bug (was: max_standby_delay consideredharmful)
Next: [HACKERS] Building the 64-bit Postgres
From: Mike Fowler on 19 May 2010 08:57 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> [ <XML valid 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 -- Sent via pgsql-hackers mailing list (pgsql-hackers(a)postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers |