Re: [Tools-discuss] Bizarre error in bibxml3
Carsten Bormann <cabo@tzi.org> Tue, 27 April 2021 15:45 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 602F83A11C8 for <tools-discuss@ietfa.amsl.com>; Tue, 27 Apr 2021 08:45:33 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -4.219
X-Spam-Level:
X-Spam-Status: No, score=-4.219 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RCVD_IN_DNSWL_MED=-2.3, RCVD_IN_MSPIKE_H4=-0.01, RCVD_IN_MSPIKE_WL=-0.01, 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 xsIJqUe_5zma for <tools-discuss@ietfa.amsl.com>; Tue, 27 Apr 2021 08:45:29 -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 1B50E3A1143 for <tools-discuss@ietf.org>; Tue, 27 Apr 2021 08:45:29 -0700 (PDT)
Received: from [192.168.217.118] (p548dcb12.dip0.t-ipconnect.de [84.141.203.18]) (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 4FV5gn4nKPzyTT; Tue, 27 Apr 2021 17:45:25 +0200 (CEST)
Content-Type: text/plain; charset="utf-8"
Mime-Version: 1.0 (Mac OS X Mail 13.4 \(3608.120.23.2.4\))
From: Carsten Bormann <cabo@tzi.org>
In-Reply-To: <122c029c-f939-3673-b68b-77fd3803e401@gmx.de>
Date: Tue, 27 Apr 2021 17:45:18 +0200
Cc: tools-discuss@ietf.org
X-Mao-Original-Outgoing-Id: 641231118.5659519-bd8a064138be3c71a2fa338b3ed8a8c9
Content-Transfer-Encoding: quoted-printable
Message-Id: <4AF8DBA2-83CE-44C4-89E3-023A54F7E681@tzi.org>
References: <025cc1ca-58eb-e4b0-7c88-f483a9f7355a@gmail.com> <835FAA2C-B891-4A4A-87A6-7C2F289D7AA7@tzi.org> <122c029c-f939-3673-b68b-77fd3803e401@gmx.de>
To: Julian Reschke <julian.reschke@gmx.de>
X-Mailer: Apple Mail (2.3608.120.23.2.4)
Archived-At: <https://mailarchive.ietf.org/arch/msg/tools-discuss/zmn6uY6I71ZI6Eui9bAq9DcGj3g>
Subject: Re: [Tools-discuss] Bizarre error in bibxml3
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: Tue, 27 Apr 2021 15:45:33 -0000
On 2021-04-27, at 05:55, Julian Reschke <julian.reschke@gmx.de> wrote: > > it really would be good when datatracker would keep that information, It seems to do that at least in some cases where it is important (e.g., Peter Van der Stok), but not in others (input was <author fullname="Alberto Gonzalez Prieto" initials="A.” surname="Gonzalez Prieto”>). Hmm. Note that tools.ietf.org has <author initials='A' surname='Prieto' fullname='Alberto Prieto'> <organization /> </author> for the latter case, which is just slightly wronger. (No comment about the spurious &qout;s.) Grüße, Carsten $ curl https://datatracker.ietf.org/doc/bibxml3/draft-anima-constrained-join-proxy-00.xml <?xml version="1.0" encoding="UTF-8"?> <reference anchor="I-D.anima-constrained-join-proxy"> <front> <title>Constrained Join Proxy for Bootstrapping Protocols</title> <author initials="M." surname="Richardson" fullname="Michael Richardson"> <organization>Sandelman Software Works</organization> </author> <author initials="P." surname="Van der Stok" fullname="Peter Van der Stok"> <organization>vanderstok consultancy</organization> </author> <author initials="P." surname="Kampanakis" fullname="Panos Kampanakis"> <organization>Cisco Systems</organization> </author> <date month="November" day="26" year="2020" /> <abstract> <t> This document defines a protocol to securely assign a pledge to a domain, represented by an EST server, using an intermediary node between pledge and EST server. This intermediary node is known as a "constrained Join Proxy". This document extends the work of [I-D.ietf-anima-bootstrapping-keyinfra] by replacing the Circuit- proxy by a stateless/stateful constrained (CoAP) Join Proxy. It transports join traffic from the pledge to the Registrar without requiring per-client state. </t> </abstract> </front> <seriesInfo name="Internet-Draft" value="draft-anima-constrained-join-proxy-00" /> <format type="TXT" target="https://www.ietf.org/archive/id/draft-anima-constrained-join-proxy-00.txt" /> </reference> $ curl https://datatracker.ietf.org/doc/bibxml3/draft-ietf-netconf-yang-push-00.xml <?xml version="1.0" encoding="UTF-8"?> <reference anchor="I-D.ietf-netconf-yang-push"> <front> <title>Subscribing to YANG datastore push updates</title> <author initials="A." surname="Clemm" fullname="Alexander Clemm"> </author> <author initials="A. G." surname="Prieto" fullname="Alberto Gonzalez Prieto"> </author> <author initials="E." surname="Voit" fullname="Eric Voit"> </author> <date month="October" day="15" year="2015" /> <abstract> <t> This document defines a subscription and push mechanism for YANG datastores. This mechanism allows client applications to request updates from a YANG datastore, which are then pushed by the server to the client per a subscription policy, without requiring additional client requests. </t> </abstract> </front> <seriesInfo name="Internet-Draft" value="draft-ietf-netconf-yang-push-00" /> <format type="TXT" target="https://www.ietf.org/archive/id/draft-ietf-netconf-yang-push-00.txt" /> </reference>
- [Tools-discuss] Bizarre error in bibxml3 Brian E Carpenter
- Re: [Tools-discuss] Bizarre error in bibxml3 Carsten Bormann
- Re: [Tools-discuss] Bizarre error in bibxml3 Julian Reschke
- Re: [Tools-discuss] Bizarre error in bibxml3 Carsten Bormann
- Re: [Tools-discuss] Bizarre error in bibxml3 Salz, Rich
- Re: [Tools-discuss] Bizarre error in bibxml3 Carsten Bormann
- Re: [Tools-discuss] Bizarre error in bibxml3 Salz, Rich
- Re: [Tools-discuss] Bizarre error in bibxml3 Carsten Bormann
- Re: [Tools-discuss] Bizarre error in bibxml3 Paul Hoffman
- Re: [Tools-discuss] Bizarre error in bibxml3 Carsten Bormann