[xml2rfc] referencing an old ID as expired

Robert Moskowitz <rgm@htt-consult.com> Tue, 05 May 2020 14:49 UTC

Return-Path: <rgm@htt-consult.com>
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 2007E3A003E for <xml2rfc@ietfa.amsl.com>; Tue, 5 May 2020 07:49:37 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.899
X-Spam-Level:
X-Spam-Status: No, score=-1.899 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, 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 Z64EG-Zz7Xyz for <xml2rfc@ietfa.amsl.com>; Tue, 5 May 2020 07:49:35 -0700 (PDT)
Received: from z9m9z.htt-consult.com (z9m9z.htt-consult.com [23.123.122.147]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 763673A003C for <xml2rfc@ietf.org>; Tue, 5 May 2020 07:49:35 -0700 (PDT)
Received: from localhost (localhost [127.0.0.1]) by z9m9z.htt-consult.com (Postfix) with ESMTP id BD8A9622FA for <xml2rfc@ietf.org>; Tue, 5 May 2020 10:49:33 -0400 (EDT)
X-Virus-Scanned: amavisd-new at htt-consult.com
Received: from z9m9z.htt-consult.com ([127.0.0.1]) by localhost (z9m9z.htt-consult.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id fuh1G3HZUQkG for <xml2rfc@ietf.org>; Tue, 5 May 2020 10:49:28 -0400 (EDT)
Received: from lx140e.htt-consult.com (unknown [192.168.160.12]) (using TLSv1.2 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by z9m9z.htt-consult.com (Postfix) with ESMTPSA id E0712621B3 for <xml2rfc@ietf.org>; Tue, 5 May 2020 10:49:25 -0400 (EDT)
To: "xml2rfc@ietf.org" <xml2rfc@ietf.org>
From: Robert Moskowitz <rgm@htt-consult.com>
Message-ID: <781a50a7-5faa-1043-56b2-f52b5ac91a80@htt-consult.com>
Date: Tue, 05 May 2020 10:49:17 -0400
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.5.0
MIME-Version: 1.0
Content-Type: text/plain; charset="utf-8"; format="flowed"
Content-Transfer-Encoding: 8bit
Content-Language: en-US
Archived-At: <https://mailarchive.ietf.org/arch/msg/xml2rfc/8p1oOpwwu5XzZSH3iRsIisXW-nY>
Subject: [xml2rfc] referencing an old ID as expired
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: Tue, 05 May 2020 14:49:37 -0000

I want to reference an old ID for various reasons.  The ID is expired 
and no xml.  So I created my own ref section:

<reference anchor="draft.moskowitz-hip-arch-02">
<front>
     <title>Host Identity Payload</title>
     <author initials="R" surname="Moskowitz" fullname="Robert Moskowitz">
     <organization/>
     </author>
     <date month="February" day="22" year="2001"/>
     <abstract>
     <t>
     This memo describes the reasoning behind proposing a new namespace, 
the Host Identity, and a payload, between the Internetworking and 
Transport layers, the Host layer, to carry this identity.  Herein is 
presented the basics of the current namespaces, strengths and 
weaknesses, and how a new namespace will add completeness to them. This 
new namespace's roles in the protocols are defined.
     </t>
     </abstract>
</front>
<seriesInfo name="Internet-Draft" value="draft-moskowitz-hip-arch-02"/>
<format type="TXT" 
target="http://www.ietf.org/internet-drafts/draft-moskowitz-hip-arch-02.txt"/>
</reference>

And got:

    [draft.moskowitz-hip-arch-02]
               Moskowitz, R., "Host Identity Payload", Work in Progress,
               Internet-Draft, draft-moskowitz-hip-arch-02, 22 February
               2001,
<https://tools.ietf.org/html/draft-moskowitz-hip-arch-02>.


How do I change this from "Work in Progress" to "Expired"?

thanks