Re: [xml2rfc] Acknowledgments in Back?

Carsten Bormann <cabo@tzi.org> Thu, 21 May 2020 21:03 UTC

Return-Path: <cabo@tzi.org>
X-Original-To: xml2rfc@ietfa.amsl.com
Delivered-To: xml2rfc@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id A481B3A0AE1 for <xml2rfc@ietfa.amsl.com>; Thu, 21 May 2020 14:03:59 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.897
X-Spam-Level:
X-Spam-Status: No, score=-1.897 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RCVD_IN_MSPIKE_H4=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=ham autolearn_force=no
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id xx5PZCGT8wdk for <xml2rfc@ietfa.amsl.com>; Thu, 21 May 2020 14:03:57 -0700 (PDT)
Received: from gabriel-vm-2.zfn.uni-bremen.de (gabriel-vm-2.zfn.uni-bremen.de [134.102.50.17]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 5E8E63A0A88 for <xml2rfc@ietf.org>; Thu, 21 May 2020 14:03:56 -0700 (PDT)
Received: from [192.168.217.119] (p548dc699.dip0.t-ipconnect.de [84.141.198.153]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by gabriel-vm-2.zfn.uni-bremen.de (Postfix) with ESMTPSA id 49Shtf66xSzyd1; Thu, 21 May 2020 23:03:54 +0200 (CEST)
Content-Type: text/plain; charset="utf-8"
Mime-Version: 1.0 (Mac OS X Mail 13.4 \(3608.80.23.2.2\))
From: Carsten Bormann <cabo@tzi.org>
In-Reply-To: <95b07998-22e3-dd37-5973-4bd96ff5bee0@gmx.de>
Date: Thu, 21 May 2020 23:03:54 +0200
Cc: Robert Moskowitz <rgm@htt-consult.com>, "xml2rfc@ietf.org" <xml2rfc@ietf.org>
X-Mao-Original-Outgoing-Id: 611787833.608037-d05806e0f9d65e811c8ed6f9edb998a3
Content-Transfer-Encoding: quoted-printable
Message-Id: <3869F392-81AA-4915-A541-315DF39F9153@tzi.org>
References: <f91ec5f1-bfb6-20d9-92d9-06bb7c4c3839@htt-consult.com> <95b07998-22e3-dd37-5973-4bd96ff5bee0@gmx.de>
To: Julian Reschke <julian.reschke@gmx.de>
X-Mailer: Apple Mail (2.3608.80.23.2.2)
Archived-At: <https://mailarchive.ietf.org/arch/msg/xml2rfc/AhhnxdTNfT0vI2GFeWVamibJSZ0>
Subject: Re: [xml2rfc] Acknowledgments in Back?
X-BeenThere: xml2rfc@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: <xml2rfc.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/xml2rfc>, <mailto:xml2rfc-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/xml2rfc/>
List-Post: <mailto:xml2rfc@ietf.org>
List-Help: <mailto:xml2rfc-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/xml2rfc>, <mailto:xml2rfc-request@ietf.org?subject=subscribe>
X-List-Received-Date: Thu, 21 May 2020 21:04:00 -0000

On 2020-05-21, at 17:51, Julian Reschke <julian.reschke@gmx.de> wrote:
> 
> See
> <https://greenbytes.de/tech/webdav/rfc7991.html#element.section.attribute.numbered>.
> Try
> 
>  numbered=“false"

(And for the historians, who will want to find the source of the confusion in a hundred years:

numbered=“no” was added in an informal manner to the v2 syntax that is documented in RFC 7749 (2629).

The first RFC that I can find that was authored with this was RFC 7401, by a certain

   <author initials="R." surname="Moskowitz"
     fullname="Robert Moskowitz" role="editor”>

and others, and the last one was RFC 8649, of August 2019.

Of course, “yes” and “no” are not pedantically pure Boolean values, so in the name of consistency this was changed into “false” and “true”.  The v2v3 converter of course understands the old attribute names; so kramdown—rfc users often use them, but not all of them:

RFC 8470 of September 2018 is the first RFC I can find with numbered=“false”, and this was built with kramdown-rfc.)

Grüße, Carsten