[Tools-discuss] Inexplicable differences in datatracker bibxml files

Carsten Bormann <cabo@tzi.org> Sat, 20 February 2021 16:30 UTC

Return-Path: <cabo@tzi.org>
X-Original-To: tools-discuss@ietfa.amsl.com
Delivered-To: tools-discuss@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 172C63A153F for <tools-discuss@ietfa.amsl.com>; Sat, 20 Feb 2021 08:30:30 -0800 (PST)
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 R6aZY_xxqmF6 for <tools-discuss@ietfa.amsl.com>; Sat, 20 Feb 2021 08:30:26 -0800 (PST)
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 8C44A3A153E for <tools-discuss@ietf.org>; Sat, 20 Feb 2021 08:30:25 -0800 (PST)
Received: from [192.168.217.118] (p5089a828.dip0.t-ipconnect.de [80.137.168.40]) (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 4DjYp76MxFzyYv; Sat, 20 Feb 2021 17:30:23 +0100 (CET)
From: Carsten Bormann <cabo@tzi.org>
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable
X-Mao-Original-Outgoing-Id: 635531423.120736-ec7b24735d0990cdd83eb7a9dd2b7067
Mime-Version: 1.0 (Mac OS X Mail 13.4 \(3608.120.23.2.4\))
Date: Sat, 20 Feb 2021 17:30:23 +0100
Message-Id: <916F2622-1AD1-4005-93E0-845A0C5F63DD@tzi.org>
To: tools-discuss <tools-discuss@ietf.org>
X-Mailer: Apple Mail (2.3608.120.23.2.4)
Archived-At: <https://mailarchive.ietf.org/arch/msg/tools-discuss/1DszoQoz59xjkJzmHeJ3t19_8nE>
Subject: [Tools-discuss] Inexplicable differences in datatracker bibxml files
X-BeenThere: tools-discuss@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: IETF Tools Discussion <tools-discuss.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/tools-discuss>, <mailto:tools-discuss-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/tools-discuss/>
List-Post: <mailto:tools-discuss@ietf.org>
List-Help: <mailto:tools-discuss-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/tools-discuss>, <mailto:tools-discuss-request@ietf.org?subject=subscribe>
X-List-Received-Date: Sat, 20 Feb 2021 16:30:30 -0000

The files coming from
"https://datatracker.ietf.org/doc/bibxml3/draft-#{namepart}/xml”
(newest version) and
"https://datatracker.ietf.org/doc/bibxml3/draft-#{namepart}-#{version}/xml"
(specific version), when #{version} is the most recent one, are almost the same, except:

--- reference.I-D.arkko-farrell-arch-model-t-7258-additions.xml	2021-02-20 17:10:23.000000000 +0100
+++ reference.I-D.draft-arkko-farrell-arch-model-t-7258-additions-01.xml	2021-02-20 17:10:23.000000000 +0100
@@ -2,10 +2,10 @@
 <reference anchor="I-D.arkko-farrell-arch-model-t-7258-additions">
    <front>
       <title>RFC 7258 additions due to evolving Internet thread model</title>
-      <author fullname="Jari Arkko">
+      <author initials="J." surname="Arkko" fullname="Jari Arkko">
 	 <organization>Ericsson</organization>
       </author>
-      <author fullname="Stephen Farrell">
+      <author initials="S." surname="Farrell" fullname="Stephen Farrell">
 	 <organization>Trinity College Dublin</organization>
       </author>
       <date month="August" day="20" year="2020" />

This is a `diff -ub`, because the other inexplicable difference is that draft-…-nn has more of its pretty-XML indentation replaced by HTAB characters, while draft-… (without version number) is somewhat cleaner, but not entirely clean.

(If the files were the same, I could use hardlinks and would need half as many fetches.)

Grüße, Carsten