Re: [xml2rfc] the case of the disappearing refs

Carsten Bormann <cabo@tzi.org> Sun, 30 May 2021 09:40 UTC

Return-Path: <cabo@tzi.org>
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 438FD3A3635 for <xml2rfc@ietfa.amsl.com>; Sun, 30 May 2021 02:40:56 -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 P_vDTK49PTKj for <xml2rfc@ietfa.amsl.com>; Sun, 30 May 2021 02:40:50 -0700 (PDT)
Received: from gabriel-2.zfn.uni-bremen.de (gabriel-2.zfn.uni-bremen.de [134.102.50.19]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 337943A3634 for <xml2rfc@ietf.org>; Sun, 30 May 2021 02:40:50 -0700 (PDT)
Received: from client-0077.vpn.uni-bremen.de (client-0077.vpn.uni-bremen.de [134.102.107.77]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by gabriel-2.zfn.uni-bremen.de (Postfix) with ESMTPSA id 4FtD1q3GXWz315l; Sun, 30 May 2021 11:40:47 +0200 (CEST)
Content-Type: text/plain; charset="utf-8"
Mime-Version: 1.0 (Mac OS X Mail 13.4 \(3608.120.23.2.7\))
From: Carsten Bormann <cabo@tzi.org>
In-Reply-To: <m2y2bxca6r.wl-randy@psg.com>
Date: Sun, 30 May 2021 11:40:47 +0200
Cc: XML2RFC Interest Group <xml2rfc@ietf.org>
X-Mao-Original-Outgoing-Id: 644060447.001089-dcad4ad6a947fc76915433ca9a17bcbf
Content-Transfer-Encoding: quoted-printable
Message-Id: <5D36AAB8-CBD6-4CCF-94E3-F23FBA7C1270@tzi.org>
References: <m2y2bxca6r.wl-randy@psg.com>
To: Randy Bush <randy@psg.com>
X-Mailer: Apple Mail (2.3608.120.23.2.7)
Archived-At: <https://mailarchive.ietf.org/arch/msg/xml2rfc/7dVu-l3uflC0PGdyOOYmbhl_4nY>
Subject: Re: [xml2rfc] the case of the disappearing refs
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: Sun, 30 May 2021 09:40:56 -0000

On 2021-05-30, at 02:55, Randy Bush <randy@psg.com> wrote:
> 
>      <?rfc include="reference.RFC.2119"?>

No idea about the python2 vs. python3 observation (I don’t have a python2 environment to test this on), but I need

<?rfc include="reference.RFC.2119.xml"?>

to make this work (xml2rfc 3.7.0; I then upgraded to 3.8.0 to see the same; with Python 3.9).

Grüße, Carsten