[Tools-discuss] Making xi:include links to non-RFCs with bibxml

Paul Hoffman <phoffman@proper.com> Mon, 11 August 2025 20:54 UTC

Return-Path: <phoffman@proper.com>
X-Original-To: tools-discuss@mail2.ietf.org
Delivered-To: tools-discuss@mail2.ietf.org
Received: from localhost (localhost [127.0.0.1]) by mail2.ietf.org (Postfix) with ESMTP id 4EC3052CADB5 for <tools-discuss@mail2.ietf.org>; Mon, 11 Aug 2025 13:54:40 -0700 (PDT)
X-Virus-Scanned: amavisd-new at ietf.org
X-Spam-Flag: NO
X-Spam-Score: -1.898
X-Spam-Level:
X-Spam-Status: No, score=-1.898 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RCVD_IN_VALIDITY_RPBL_BLOCKED=0.001, RCVD_IN_VALIDITY_SAFE_BLOCKED=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Received: from mail2.ietf.org ([166.84.6.31]) by localhost (mail2.ietf.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id E8G8tAZRLv7F for <tools-discuss@mail2.ietf.org>; Mon, 11 Aug 2025 13:54:39 -0700 (PDT)
Received: from mail.proper.com (Opus1.Proper.COM [207.182.41.91]) (using TLSv1.2 with cipher ECDHE-ECDSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail2.ietf.org (Postfix) with ESMTPS id 9BBF952CADA9 for <tools-discuss@ietf.org>; Mon, 11 Aug 2025 13:54:39 -0700 (PDT)
Received: from [10.32.60.89] (76-209-242-70.lightspeed.mtryca.sbcglobal.net [76.209.242.70]) (authenticated bits=0) by mail.proper.com (8.15.2/8.15.2) with ESMTPSA id 57BKsbOx012723 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO) for <tools-discuss@ietf.org>; Mon, 11 Aug 2025 13:54:38 -0700 (MST) (envelope-from phoffman@proper.com)
X-Authentication-Warning: mail.proper.com: Host 76-209-242-70.lightspeed.mtryca.sbcglobal.net [76.209.242.70] claimed to be [10.32.60.89]
From: Paul Hoffman <phoffman@proper.com>
To: Tools Team Discussion <tools-discuss@ietf.org>
Date: Mon, 11 Aug 2025 13:54:37 -0700
X-Mailer: MailMate (2.0r6272)
Message-ID: <AE05F7D5-B2A1-4BD3-8505-550451B882B6@proper.com>
MIME-Version: 1.0
Content-Type: text/plain
Content-Transfer-Encoding: quoted-printable
Message-ID-Hash: NMWKZLDLXS6PB6GNO5HGSSP5VTNWGVTC
X-Message-ID-Hash: NMWKZLDLXS6PB6GNO5HGSSP5VTNWGVTC
X-MailFrom: phoffman@proper.com
X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; header-match-tools-discuss.ietf.org-0; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header
X-Mailman-Version: 3.3.9rc6
Precedence: list
Subject: [Tools-discuss] Making xi:include links to non-RFCs with bibxml
List-Id: IETF Tools Discussion <tools-discuss.ietf.org>
Archived-At: <https://mailarchive.ietf.org/arch/msg/tools-discuss/xNu7QJZzfYad668m0hfoQlkPvvk>
List-Archive: <https://mailarchive.ietf.org/arch/browse/tools-discuss>
List-Help: <mailto:tools-discuss-request@ietf.org?subject=help>
List-Owner: <mailto:tools-discuss-owner@ietf.org>
List-Post: <mailto:tools-discuss@ietf.org>
List-Subscribe: <mailto:tools-discuss-join@ietf.org>
List-Unsubscribe: <mailto:tools-discuss-leave@ietf.org>

Greetings again. For drafts written in XML, we are supposed to be using xi:include elements. That works fine for RFCs:

<xi:include href="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.1234.xml"/>

Some drafts also reference BCPs, STDs, and Internet drafts. I'm using <https://bib.ietf.org/> to find the correct URLs. However:

BCP 123 is:
   https://bib.ietf.org/public/rfc/bibxml9/reference.BCP.0123.xml

STD 10 is:
   https://bib.ietf.org/public/rfc/bibxml9/reference.STD.0010.xml

draft-hoffman-duj is:
   https://bib.ietf.org/public/rfc/bibxml3/reference.I-D.hoffman-duj.xml

I'm concerned about the long-lived naming for "bibxml9" and "bibxml3" in those URLs. Is there some other URL I should be using for these? Or should those be considered long-lived?

--Paul Hoffman