X-Original-To: pgsql-docs-postgresql.org@postgresql.org Received: from localhost (mx1.hub.org [200.46.208.251]) by postgresql.org (Postfix) with ESMTP id 933EC9FC1FF for ; Sat, 26 Aug 2006 15:41:36 -0300 (ADT) Received: from postgresql.org ([200.46.204.71]) by localhost (mx1.hub.org [200.46.208.251]) (amavisd-new, port 10024) with ESMTP id 41110-05 for ; Sat, 26 Aug 2006 15:41:35 -0300 (ADT) X-Greylist: domain auto-whitelisted by SQLgrey- Received: from mail.gmx.net (mail.gmx.de [213.165.64.20]) by postgresql.org (Postfix) with SMTP id 41DC49FC204 for ; Sat, 26 Aug 2006 15:41:35 -0300 (ADT) Received: (qmail invoked by alias); 26 Aug 2006 18:41:34 -0000 Received: from dslb-084-063-000-229.pools.arcor-ip.net (EHLO colt.pezone.net) [84.63.0.229] by mail.gmx.net (mp035) with SMTP; 26 Aug 2006 20:41:34 +0200 X-Authenticated: #495269 From: Peter Eisentraut To: Bruce Momjian Subject: Re: New XML section for documentation Date: Sat, 26 Aug 2006 20:41:32 +0200 User-Agent: KMail/1.9.3 Cc: PostgreSQL-development , PostgreSQL-documentation References: <200608261620.k7QGKn729150@momjian.us> In-Reply-To: <200608261620.k7QGKn729150@momjian.us> MIME-Version: 1.0 Content-Type: text/plain; charset="ansi_x3.4-1968" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200608262041.33396.peter_e@gmx.net> X-Y-GMX-Trusted: 0 X-Virus-Scanned: Maia Mailguard 1.0.1 X-Archive-Number: 200608/57 X-Sequence-Number: 3675 Bruce Momjian wrote: > I made it clear in the section that the XML syntax was being checked, > not validation against a schema. You want Check and Validation > sections? "Valid" and "well-formed" have very specific distinct meanings in XML. (Note that "check" doesn't have any meaning there.) We will eventually want a method to verify both the validity and the well-formedness. I think that a function called xml_valid checks for well-formedness is an outright bug and needs to be fixed. -- Peter Eisentraut http://developer.postgresql.org/~petere/