Re: [xml2rfc] XInclude should be used instead of PI include

Carsten Bormann <cabo@tzi.org> Thu, 29 June 2023 21:51 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 1B272C15108F for <xml2rfc@ietfa.amsl.com>; Thu, 29 Jun 2023 14:51:19 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.799
X-Spam-Level:
X-Spam-Status: No, score=-1.799 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RCVD_IN_ZEN_BLOCKED_OPENDNS=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, TRACKER_ID=0.1] autolearn=no autolearn_force=no
Received: from mail.ietf.org ([50.223.129.194]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id B_I0aq88d3eY for <xml2rfc@ietfa.amsl.com>; Thu, 29 Jun 2023 14:51:14 -0700 (PDT)
Received: from smtp.zfn.uni-bremen.de (smtp.zfn.uni-bremen.de [IPv6:2001:638:708:32::21]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 9CCADC14CE5F for <xml2rfc@ietf.org>; Thu, 29 Jun 2023 14:51:13 -0700 (PDT)
Received: from client-0227.vpn.uni-bremen.de (client-0227.vpn.uni-bremen.de [134.102.107.227]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.zfn.uni-bremen.de (Postfix) with ESMTPSA id 4QsXFq2X6WzDCcH; Thu, 29 Jun 2023 23:51:11 +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: <m2y1k2q7ib.wl-randy@psg.com>
Date: Thu, 29 Jun 2023 23:51:10 +0200
Cc: Kesara Rathnayake <kesara@staff.ietf.org>, XML2RFC Interest Group <xml2rfc@ietf.org>
X-Mao-Original-Outgoing-Id: 709768270.660484-db0817c26038c933cc6c908096a48ec4
Content-Transfer-Encoding: quoted-printable
Message-Id: <945F4CD9-3CA5-4AB3-9497-0B246EB62B48@tzi.org>
References: <m2v8f9ua1d.wl-randy@psg.com> <1C2D7469-A3FE-4029-9F5F-649E2AC3B390@nostrum.com> <m2ttutu5b9.wl-randy@psg.com> <CAD2=Z86oWFs6yPm6Fzt1S4HbFJnP8t=qE58c8NnFo-L=UouRiw@mail.gmail.com> <m2o7l1u11k.wl-randy@psg.com> <CAD2=Z86Nr1KnpPQNNu55kL75i5D9CaHXa0WDngkKxBJMLeHU+A@mail.gmail.com> <m2mt0ltn0h.wl-randy@psg.com> <CAD2=Z85ujG_JKK=FntZtOxgq8sA-AEQ3nKQ0qfF-N55WNVwZyQ@mail.gmail.com> <FB98C0B4-C4BA-4627-9939-3E3A012756CE@tzi.org> <m2y1k2q7ib.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/5nHZ1iTz6O4zsKktW6B90MRKnM4>
Subject: Re: [xml2rfc] XInclude should be used instead of PI include
X-BeenThere: xml2rfc@ietf.org
X-Mailman-Version: 2.1.39
Precedence: list
List-Id: XML2RFC discussion list <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: Thu, 29 Jun 2023 21:51:19 -0000

On 2023-06-29, at 23:32, Randy Bush <randy@psg.com> wrote:
> 
> yep.  i think this is maintained by a ruby script, author not
> attributed, i run after rsyncing
> 
>    #!/usr/bin/env ruby
>    # prerequisite:
>    # gem install net-http-persistent
>    #
>    # dumps all bibxml for current, "Active" I-Ds in TARGET_DIR
>    # reasonably efficient if the output is retained

This is the "allid" code that became

kramdown-rfc-cache-i-d-bibxml

…that for a couple of years has been shipping with kramdown-rfc.
I wrote that when rsyncing I-D references from the tools server stopped working in early 2021.
It goes along with my regular rsyncing sequence as well.
(It also conveniently tells me that there 1915 active I-Ds right now.)

Grüße, Carsten