[xml2rfc] Author oddities in bibxml3 reference files

Tore Anderson <tore@fud.no> Tue, 07 October 2014 05:56 UTC

Return-Path: <tore@fud.no>
X-Original-To: xml2rfc@ietfa.amsl.com
Delivered-To: xml2rfc@ietfa.amsl.com
Received: from localhost (ietfa.amsl.com [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 45A9A1A9124 for <xml2rfc@ietfa.amsl.com>; Mon, 6 Oct 2014 22:56:27 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: 1.528
X-Spam-Level: *
X-Spam-Status: No, score=1.528 tagged_above=-999 required=5 tests=[BAYES_50=0.8, RP_MATCHES_RCVD=-0.786, URIBL_RHS_DOB=1.514] autolearn=ham
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 VZiLt7UtRWkd for <xml2rfc@ietfa.amsl.com>; Mon, 6 Oct 2014 22:56:25 -0700 (PDT)
Received: from greed.fud.no (greed.fud.no [IPv6:2a02:c0:1001:100::145]) (using TLSv1.2 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 9D6771A1B17 for <xml2rfc@ietf.org>; Mon, 6 Oct 2014 22:56:25 -0700 (PDT)
Received: from [2a02:c0:2:4:6666:17:0:1000] (port=34107 helo=echo.ms.redpill-linpro.com) by greed.fud.no with esmtpsa (TLS1.2:DHE_RSA_AES_128_CBC_SHA1:128) (Exim 4.80) (envelope-from <tore@fud.no>) id 1XbNl0-0007do-Pl; Tue, 07 Oct 2014 07:56:22 +0200
Message-ID: <54338085.7010100@fud.no>
Date: Tue, 07 Oct 2014 07:56:21 +0200
From: Tore Anderson <tore@fud.no>
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.1.1
MIME-Version: 1.0
To: xml2rfc@ietf.org
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 7bit
Archived-At: http://mailarchive.ietf.org/arch/msg/xml2rfc/qY8LbbEBTZKowF7vwpSYO7_TCM4
X-Mailman-Approved-At: Tue, 07 Oct 2014 07:40:49 -0700
Subject: [xml2rfc] Author oddities in bibxml3 reference files
X-BeenThere: xml2rfc@ietf.org
X-Mailman-Version: 2.1.15
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: <http://www.ietf.org/mail-archive/web/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: Tue, 07 Oct 2014 05:56:27 -0000

Hello,

There's something wrong with my <author> statement in these files:

http://xml2rfc.ietf.org/public/rfc/bibxml3/reference.I-D.anderson-v6ops-siit-dc.xml
http://xml2rfc.ietf.org/public/rfc/bibxml3/reference.I-D.anderson-v6ops-siit-dc-2xlat.xml
http://xml2rfc.ietf.org/public/rfc/bibxml3/reference.I-D.gont-6man-deprecate-atomfrag-generation.xml

In them, you can see:

<author initials='t' surname='tore' fullname='tore'>
    <organization />
</author>

However in the drafts themselves this looks completely different,
quoting from:

https://tools.ietf.org/id/draft-anderson-v6ops-siit-dc-01.xml
https://tools.ietf.org/id/draft-anderson-v6ops-siit-dc-2xlat-00.xml

    <author fullname="Tore Anderson" initials="T.A." surname="Anderson">
      <organization>Redpill Linpro</organization>
      <address>
        <postal>
          <street>Vitaminveien 1A</street>
          <city>0485 Oslo</city>
          <country>NORWAY</country>
        </postal>
        <phone>+47 959 31 212</phone>
        <email>tore@redpill-linpro.com</email>
      </address>
    </author>

The deprecate-atomfrag-generation draft doesn't have the XML sources
available on ietf.org, but the <author> tag should be the same as the
above. In that draft you can also see a similar issue occurring with
another author, too, so it's not just me:

<author initials='W' surname='Will' fullname='Will'>
    <organization />
</author>

But his name is Will Liu, not "Will Will", as you can see at
http://tools.ietf.org/html/draft-gont-6man-deprecate-atomfrag-generation-01.

Any idea what's going on here?

Best regards,
Tore Anderson