Re: [xml2rfc] [rfc-i] whose on first

Carsten Bormann <cabo@tzi.org> Fri, 19 February 2021 22:29 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 135673A0C03 for <xml2rfc@ietfa.amsl.com>; Fri, 19 Feb 2021 14:29:17 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.897
X-Spam-Level:
X-Spam-Status: No, score=-1.897 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RCVD_IN_MSPIKE_H4=0.001, RCVD_IN_MSPIKE_WL=0.001, 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 ma9-Wx9uDQki for <xml2rfc@ietfa.amsl.com>; Fri, 19 Feb 2021 14:29:14 -0800 (PST)
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 E0D843A0BEF for <xml2rfc@ietf.org>; Fri, 19 Feb 2021 14:29:13 -0800 (PST)
Received: from [192.168.217.118] (p5089a828.dip0.t-ipconnect.de [80.137.168.40]) (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 4Dj5pc056BzyWm; Fri, 19 Feb 2021 23:29:11 +0100 (CET)
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: <m2wnv3n1sz.wl-randy@psg.com>
Date: Fri, 19 Feb 2021 23:29:11 +0100
Cc: XML2RFC Interest Group <xml2rfc@ietf.org>, RFC Interest Group <rfc-interest@rfc-editor.org>
X-Mao-Original-Outgoing-Id: 635466551.480871-7a64f6eef68a6f4b577a8abdd9a43b40
Content-Transfer-Encoding: quoted-printable
Message-Id: <CA975ECC-B70A-4856-8760-443740DB5531@tzi.org>
References: <m2wnv3n1sz.wl-randy@psg.com>
To: Randy Bush <randy@psg.com>
X-Mailer: Apple Mail (2.3608.120.23.2.4)
Archived-At: <https://mailarchive.ietf.org/arch/msg/xml2rfc/D6s1kSHPekmFIGdDEQDnFJEk7qk>
Subject: Re: [xml2rfc] [rfc-i] whose on first
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: Fri, 19 Feb 2021 22:29:23 -0000

On 2021-02-19, at 23:13, Randy Bush <randy@psg.com> wrote:
> 
> are there folk still fixing
> issues, such as bibxml?  or do we keep rolling our own?

I don’t understand the current situation any more than you, but Henrik did leave us this gem:

$ curl https://datatracker.ietf.org/doc/bibxml3/draft-spaghetti-sidrops-rpki-rsc/xml

<?xml version="1.0" encoding="UTF-8"?>
<reference anchor="I-D.spaghetti-sidrops-rpki-rsc">
   <front>
      <title>RPKI Signed Checklists</title>
      <author fullname="Job Snijders">
	 <organization>Fastly</organization>
      </author>
      <date month="February" day="11" year="2021" />
      <abstract>
	 <t>   This document defines a Cryptographic Message Syntax (CMS) profile
   for a general purpose listing of checksums (a &#39;checklist&#39;), for use
   with the Resource Public Key Infrastructure (RPKI).  The objective is
   to allow an attestation, in the form of a listing of one or more
   checksums of arbitrary digital objects (files), to be signed &quot;with
   resources&quot;, and for validation to provide a means to confirm a
   specific Internet Resource Holder produced the signed checklist.  The
   profile is intended to provide for the signing of a checksum listing
   with an arbitrary set of Internet Number Resources.


	 </t>
      </abstract>
   </front>
   <seriesInfo name="Internet-Draft" value="draft-spaghetti-sidrops-rpki-rsc-02" />
   <format type="TXT" target="https://www.ietf.org/internet-drafts/draft-spaghetti-sidrops-rpki-rsc-02.txt" />
</reference>

(The value of /reference/format/@target in this is, er, suboptimal; Martin Thomson has pointed out [1] that you can delete the whole <format target=…> thing and xml2rfc will insert something sensible instead, which you can further control via xml2rfc options.  kramdown-rfc environment variable for that: KRAMDOWN_NO_TARGETS)

Grüße, Carsten

[1]: https://github.com/cabo/kramdown-rfc2629/pulls?q=is%3Apr+is%3Aclosed