Received: from maia.hub.org (maia-3.hub.org [200.46.204.243]) by mail.postgresql.org (Postfix) with ESMTP id 6190F1337C06; Mon, 4 Apr 2011 11:58:57 -0300 (ADT) Received: from mail.postgresql.org ([200.46.204.86]) by maia.hub.org (mx1.hub.org [200.46.204.243]) (amavisd-maia, port 10024) with ESMTP id 42760-01-6; Mon, 4 Apr 2011 14:58:50 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-pw0-f46.google.com (mail-pw0-f46.google.com [209.85.160.46]) by mail.postgresql.org (Postfix) with ESMTP id DAE211337C43; Mon, 4 Apr 2011 11:57:55 -0300 (ADT) Received: by pwi15 with SMTP id 15so1403417pwi.19 for ; Mon, 04 Apr 2011 07:57:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=TXyvflim8BQexEf8dkWm3/dnszPqJaV/q+EEQ8dKLlQ=; b=W4li1YvHMojPza7c/6P4SNGG3PC3gPpD4vfNxCpCGzoIpCg1VrRR2kQk11ubVhJVbO BcOjR1RR6mozOjWjc3Jzy8Qkic1qkcD1jpeQ+PKwPEpMVsLl9o30qk9Ma4XA4s50J20m sy3WITpsQoX4EklIoT56lcvcXiGT90DqyI09E= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=fy94yvN6fR5YcFGRj8SvbHJymcxqJZUbKb25/0T7jdag2i5EcmEMEsanwanDdSxRbA xrvJKRKkM9RHWRwTfoZzIF0MV0JgIgzWI+16G666f33P6GgYUaprX9cO+/Py2nznP5Kb evdL1RaFDnDKZzGknllA9a9aV1I14Pif4R4V0= MIME-Version: 1.0 Received: by 10.142.60.5 with SMTP id i5mr6880208wfa.135.1301929076005; Mon, 04 Apr 2011 07:57:56 -0700 (PDT) Received: by 10.68.62.65 with HTTP; Mon, 4 Apr 2011 07:57:55 -0700 (PDT) In-Reply-To: <4D998B49.8050000@2ndQuadrant.it> References: <4D998B49.8050000@2ndQuadrant.it> Date: Mon, 4 Apr 2011 10:57:55 -0400 Message-ID: Subject: Re: [HACKERS] Uppercase SGML entity declarations From: Robert Haas To: Gabriele Bartolini Cc: pgsql-docs@postgresql.org, PostgreSQL-development Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Virus-Scanned: Maia Mailguard 1.0.1 X-Spam-Status: No, hits=-1.899 tagged_above=-5 required=5 tests=BAYES_00=-1.9, FREEMAIL_FROM=0.001 X-Spam-Level: X-Archive-Number: 201104/14 X-Sequence-Number: 6585 On Mon, Apr 4, 2011 at 5:11 AM, Gabriele Bartolini wrote: > =A0I have made very small modifications to a few files in the documentati= on > directory, which involve SGML entity declarations. Currently they are all > written lowercase, the patch makes them uppercase. This won't affect SGML > parsing, as SGML is case insensitive - even though it is a good practice = to > write SGML declarations in uppercase. > > =A0 An example is: > > > > =A0 written > > > > > =A0 This patch makes also every single directive of them XML compliant. Forgive me for asking what may seem like a stupid question, but what's not XML compliant about them now, and why do we care? The text is only ever going to parse as SGML (not XML) so I guess I don't see why it matters. I don't really object to the proposed patch but I guess I'm not sure what it accomplishes. --=20 Robert Haas EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company