Re: [xml2rfc-dev] No date in references?

Henrik Levkowetz <henrik@levkowetz.com> Mon, 28 October 2019 14:09 UTC

Return-Path: <henrik@levkowetz.com>
X-Original-To: xml2rfc-dev@ietfa.amsl.com
Delivered-To: xml2rfc-dev@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id AE9C0120125 for <xml2rfc-dev@ietfa.amsl.com>; Mon, 28 Oct 2019 07:09:03 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.889
X-Spam-Level:
X-Spam-Status: No, score=-1.889 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, SPF_HELO_NONE=0.001, T_SPF_PERMERROR=0.01] 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 kA-FXb1SwrnG for <xml2rfc-dev@ietfa.amsl.com>; Mon, 28 Oct 2019 07:09:02 -0700 (PDT)
Received: from zinfandel.tools.ietf.org (zinfandel.tools.ietf.org [IPv6:2001:1890:126c::1:2a]) (using TLSv1.2 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 2386212082C for <xml2rfc-dev@ietf.org>; Mon, 28 Oct 2019 07:08:54 -0700 (PDT)
Received: from h-202-242.a357.priv.bahnhof.se ([158.174.202.242]:49606 helo=tannat.localdomain) by zinfandel.tools.ietf.org with esmtpsa (TLS1.2:DHE_RSA_AES_128_CBC_SHA1:128) (Exim 4.80) (envelope-from <henrik@levkowetz.com>) id 1iP5hV-0001d3-LU; Mon, 28 Oct 2019 07:08:53 -0700
To: Carsten Bormann <cabo@tzi.org>, xml2rfc-dev@ietf.org
References: <C1227561-E1B7-4D1F-804A-078B76B2D4A8@tzi.org>
From: Henrik Levkowetz <henrik@levkowetz.com>
Message-ID: <f7adcb66-56cd-5910-c541-ee3b739c5976@levkowetz.com>
Date: Mon, 28 Oct 2019 15:08:46 +0100
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:45.0) Gecko/20100101 Thunderbird/45.8.0
MIME-Version: 1.0
In-Reply-To: <C1227561-E1B7-4D1F-804A-078B76B2D4A8@tzi.org>
Content-Type: multipart/signed; micalg="pgp-sha256"; protocol="application/pgp-signature"; boundary="HgWDjEIaBG3vjbG7MjiUQPhvEQe9VxBje"
X-SA-Exim-Connect-IP: 158.174.202.242
X-SA-Exim-Rcpt-To: xml2rfc-dev@ietf.org, cabo@tzi.org
X-SA-Exim-Mail-From: henrik@levkowetz.com
X-SA-Exim-Version: 4.2.1 (built Mon, 26 Dec 2011 16:24:06 +0000)
X-SA-Exim-Scanned: Yes (on zinfandel.tools.ietf.org)
X-Clacks-Overhead: GNU Terry Pratchett
Archived-At: <https://mailarchive.ietf.org/arch/msg/xml2rfc-dev/365y0yK0_dngkTwnAWDnVr2uX6w>
Subject: Re: [xml2rfc-dev] No date in references?
X-BeenThere: xml2rfc-dev@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: "Discussion about particulars of xml2rfc V3 design, development and code." <xml2rfc-dev.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/xml2rfc-dev>, <mailto:xml2rfc-dev-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/xml2rfc-dev/>
List-Post: <mailto:xml2rfc-dev@ietf.org>
List-Help: <mailto:xml2rfc-dev-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/xml2rfc-dev>, <mailto:xml2rfc-dev-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 28 Oct 2019 14:09:04 -0000

Hi Carsten,

On 2019-10-28 01:04, Carsten Bormann wrote:
> <reference anchor="IEEE754" >
>   <front>
>     <title>IEEE Standard for Floating-Point Arithmetic</title>
>     <author >
>       <organization>IEEE</organization>
>     </author>
>     <date />
>   </front>
>   <seriesInfo name="IEEE Std" value="754-2008"/>
> </reference>
> 
> V2:
> 
>    [IEEE754]  IEEE, "IEEE Standard for Floating-Point Arithmetic", IEEE
>               Std 754-2008.
> 
> V3:
> 
> 
>    [IEEE754]  IEEE, "IEEE Standard for Floating-Point Arithmetic", IEEE
>               Std 754-2008, October 2019.
> 
> How do I get the V2 output with V3?

That's a bug.  Will fix for the next release.


Best regards

	Henrik